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:
parent
d1fa6affef
commit
ad600343fb
1 changed files with 3 additions and 0 deletions
|
|
@ -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 ; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue