1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(${archlibdir}): Compare the proper dir

before installing the scripts.
This commit is contained in:
Richard M. Stallman 1994-07-29 20:33:17 +00:00
parent d1fa6affef
commit ad600343fb

View file

@ -199,6 +199,9 @@ ${archlibdir}: all
for file in ${UTILITIES}; do \
(cd ..; $(INSTALL_PROGRAM) lib-src/$$file ${archlibdir}/$$file) ; \
done ; \
fi
if [ `(cd ${archlibdir} && /bin/pwd)` \
!= `(cd ${srcdir} && /bin/pwd)` ]; then \
for file in ${SCRIPTS}; do \
(cd ..; $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file); \
done ; \