/[gcl]/gcl/makefile
ViewVC logotype

Diff of /gcl/makefile

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

revision 1.17 by camm, Thu Jun 6 18:23:11 2002 UTC revision 1.18 by camm, Thu Jun 6 23:07:55 2002 UTC
# Line 75  LISP_LIB=cmpnew/collectfn.o lsp/gprof.ls Line 75  LISP_LIB=cmpnew/collectfn.o lsp/gprof.ls
75    
76  install-command:  install-command:
77          rm -f $(DESTDIR)${prefix}/bin/gcl          rm -f $(DESTDIR)${prefix}/bin/gcl
78          (echo "#!/bin/sh" ; \          (echo '#!/bin/sh' ; \
79          echo exec ${INSTALL_LIB_DIR}/unixport/saved_gcl \\ ; \          echo exec ${INSTALL_LIB_DIR}/unixport/saved_gcl \\ ; \
80          echo '   -dir' ${INSTALL_LIB_DIR}/unixport/ \\ ; \          echo '   -dir' ${INSTALL_LIB_DIR}/unixport/ \\ ; \
81          echo '   -libdir' ${INSTALL_LIB_DIR}/ \\ ; \          echo '   -libdir' ${INSTALL_LIB_DIR}/ \\ ; \

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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