/[emacs]/emacs/lib-src/Makefile.in
ViewVC logotype

Diff of /emacs/lib-src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.124 by walters, Wed Apr 10 19:05:44 2002 UTC revision 1.125 by walters, Mon Apr 29 22:48:22 2002 UTC
# Line 291  ${archlibdir}: all Line 291  ${archlibdir}: all
291              $(INSTALL_PROGRAM) $(INSTALL_STRIP) $$file ${archlibdir}/$$file ; \              $(INSTALL_PROGRAM) $(INSTALL_STRIP) $$file ${archlibdir}/$$file ; \
292            done ; \            done ; \
293          fi          fi
294  #ifdef HAVE_SHARED_GAME_DIR  /* If the following commands fail, that is not a big deal.
295          chown ${gameuser} ${archlibdir}/update-game-score     update-game-score will detect at runtime that it is not setuid,
296          chmod u+s ${archlibdir}/update-game-score     and handle things accordingly. */
297          $(top_srcdir)/mkinstalldirs ${gamedir}          if test ${gamedir} != no && chown ${gameuser} ${archlibdir}/update-game-score && chmod u+s ${archlibdir}/update-game-score; then \
298          chown ${gameuser} ${gamedir}            $(top_srcdir)/mkinstalldirs ${gamedir}; \
299          chmod u=rwx,g=rwx,o=rx ${gamedir}            chown ${gameuser} ${gamedir}; \
300  /* If you change these, be sure to change the variables in            chmod u=rwx,g=rwx,o=rx ${gamedir}; \
301     lisp/play/{tetris,snake}.el. */            touch ${gamedir}/snake-scores; \
302          touch ${gamedir}/snake-scores            touch ${gamedir}/tetris-scores; \
303          touch ${gamedir}/tetris-scores          fi
 #endif  
304          if [ `(cd ${archlibdir} && /bin/pwd)` \          if [ `(cd ${archlibdir} && /bin/pwd)` \
305               != `(cd ${srcdir} && /bin/pwd)` ]; then \               != `(cd ${srcdir} && /bin/pwd)` ]; then \
306            for file in ${SCRIPTS}; do \            for file in ${SCRIPTS}; do \

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26