diff options
author | Andreas Schwab <schwab@suse.de> | 2002-12-08 13:59:29 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2002-12-08 13:59:29 +0000 |
commit | 56ab7fbb5b698d5f1a819573f08a78540317720c (patch) | |
tree | 21a0af64c68f2bc0d030a6ffe323703aabeb8201 /Makefile.in | |
parent | 4824556fdf8870a092add7cbfdbc3f672d08fc60 (diff) | |
download | emacs-56ab7fbb5b698d5f1a819573f08a78540317720c.tar.gz |
(install-arch-indep): Revert second last change completely.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
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) \ |