]> git.eshelyaron.com Git - emacs.git/commitdiff
(${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd.
authorRoland McGrath <roland@gnu.org>
Mon, 4 Oct 1993 04:31:33 +0000 (04:31 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 4 Oct 1993 04:31:33 +0000 (04:31 +0000)
lib-src/Makefile.in

index ebc896a4d52db4d5160cb95d3d5b0282dd4a01a1..b4628d437a5105af5be4c1e4a8537941260d45cb 100644 (file)
@@ -121,7 +121,7 @@ ${archlibdir}: all
            chmod 755 ${archlibdir}/$$file ; \
          done ; \
          for file in ${SCRIPTS}; do \
-           $(INSTALL_PROGRAM) $$file ${archlibdir}/$$file ; \
+           $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file ; \
            chmod 755 ${archlibdir}/$$file ; \
          done ; \
        fi