changeset 3205:1ec39f8a42ac

* Makefile.in (do-install): Correctly detect if ./etc and ${srcdir}/etc are the same.
author Jim Blandy <jimb@redhat.com>
date Fri, 28 May 1993 06:55:13 +0000
parents a3007f83650c
children 3d245dcabb93
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Fri May 28 06:50:23 1993 +0000
+++ b/Makefile.in	Fri May 28 06:55:13 1993 +0000
@@ -344,7 +344,7 @@
 		 rm -f  $${subdir}/*~ ; \
 	       done) ; \
 	 done
-	-[ `(cd etc; /bin/pwd)` != `(cd ${etcdir}; /bin/pwd)` ] \
+	-[ `(cd etc; /bin/pwd)` != `(cd ${srcdir}/etc; /bin/pwd)` ] \
 	 && (echo "Copying ./etc..." ; \
 	       (cd ./etc; tar cf - . )|(cd ${etcdir}; umask 0; tar xvf - ); \
 	       for subdir in `find ${etcdir} -type d ! -name RCS -print` ; do \