aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 135b7b3d4f0..27567bdf87d 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -116,7 +116,7 @@ ${archlibdir}: all
116 @echo 116 @echo
117 @echo "Installing utilities run internally by Emacs." 117 @echo "Installing utilities run internally by Emacs."
118 ./make-path ${archlibdir} 118 ./make-path ${archlibdir}
119 if [ `(cd ${archlibdir};/bin/pwd)` != `/bin/pwd` ]; then \ 119 if [ `(cd ${archlibdir} && /bin/pwd)` != `/bin/pwd` ]; then \
120 for file in ${UTILITIES} ${INSTALLABLES}; do \ 120 for file in ${UTILITIES} ${INSTALLABLES}; do \
121 cp $${file} ${archlibdir} ; \ 121 cp $${file} ${archlibdir} ; \
122 chmod 755 ${archlibdir}/$${file} ; \ 122 chmod 755 ${archlibdir}/$${file} ; \