Mercurial > emacs
comparison lib-src/Makefile.in @ 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 | 87a507860be7 |
children | ba8033f10607 |
comparison
equal
deleted
inserted
replaced
4815:682bab7525fb | 4816:2a5085c32935 |
---|---|
119 for file in ${UTILITIES}; do \ | 119 for file in ${UTILITIES}; do \ |
120 $(INSTALL_PROGRAM) $$file ${archlibdir}/$$file ; \ | 120 $(INSTALL_PROGRAM) $$file ${archlibdir}/$$file ; \ |
121 chmod 755 ${archlibdir}/$$file ; \ | 121 chmod 755 ${archlibdir}/$$file ; \ |
122 done ; \ | 122 done ; \ |
123 for file in ${SCRIPTS}; do \ | 123 for file in ${SCRIPTS}; do \ |
124 $(INSTALL_PROGRAM) $$file ${archlibdir}/$$file ; \ | 124 $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file ; \ |
125 chmod 755 ${archlibdir}/$$file ; \ | 125 chmod 755 ${archlibdir}/$$file ; \ |
126 done ; \ | 126 done ; \ |
127 fi | 127 fi |
128 @echo | 128 @echo |
129 @echo "Changing the owner and group of Emacs's utility programs to \`bin'." | 129 @echo "Changing the owner and group of Emacs's utility programs to \`bin'." |