summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-12-08 13:59:29 +0000
committerAndreas Schwab <schwab@suse.de>2002-12-08 13:59:29 +0000
commit02bef0f398a0d8f7e538b184b0940a7eefa327bc (patch)
tree967897f25bafbb9667e520191aa3111a55c46d28 /Makefile.in
parenta955427ae9a585baad2dce39f78302ce3d913693 (diff)
downloademacs-02bef0f398a0d8f7e538b184b0940a7eefa327bc.tar.gz
(install-arch-indep): Revert second last change completely.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 07fd1f6063e..a9664fcba7f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -442,7 +442,8 @@ install-arch-indep: mkdir info
-unset CDPATH; \
if [ -r ./lisp ] \
&& [ -r ./lisp/simple.el ] \
- && [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ]; \
+ && [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ] \
+ && [ x`(cd ${srcdir}/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ]; \
then \
echo "Copying lisp/*.el and lisp/*.elc to ${lispdir} ..." ; \
(cd lisp; tar -chf - *.el *.elc) \