Mercurial > emacs
changeset 4816:2a5085c32935
(${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Mon, 04 Oct 1993 04:31:33 +0000 |
parents | 682bab7525fb |
children | 4c49473fbfd4 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Sun Oct 03 23:11:06 1993 +0000 +++ b/lib-src/Makefile.in Mon Oct 04 04:31:33 1993 +0000 @@ -121,7 +121,7 @@ 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