Mercurial > emacs
changeset 48747:69713eabe614
(install-arch-indep): Revert second last change completely.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 08 Dec 2002 13:59:29 +0000 |
parents | 6c8c25a778ce |
children | 0f5f21cee53f |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Sun Dec 08 13:22:05 2002 +0000 +++ b/Makefile.in Sun Dec 08 13:59:29 2002 +0000 @@ -442,7 +442,8 @@ -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) \