changeset 3423:dcfc1f770302

(do-install): Correct previous etc-copying change. (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jun 1993 22:49:36 +0000
parents 3f87ded07a67
children 7ccd5b60891d
files Makefile.in
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Jun 01 22:37:43 1993 +0000
+++ b/Makefile.in	Tue Jun 01 22:49:36 1993 +0000
@@ -278,6 +278,7 @@
 	  -e 's|^CC *=.*$$|CC='"${CC}"'|'				\
 	  -e 's|^LN_S *=.*$$|LN_S='"${LN_S}"'|'				\
 	  -e 's|^CFLAGS *=.*$$|CFLAGS='"${CFLAGS}"'|' 			\
+	  -e 's|^\(LD_SWITCH_X_SITE *=\).*$$|\1'"${LD_SWITCH_X_SITE}"'|'	\
 	  -e '/^# DIST: /d') > src/Makefile.tmp
 	@${srcdir}/move-if-change src/Makefile.tmp src/Makefile
 	chmod -w src/Makefile
@@ -348,9 +349,9 @@
 		 rm -f  $${subdir}/*~ ; \
 	       done) ; \
 	 done
-	[ `(cd etc; /bin/pwd)` != `(cd ${srcdir}/etc; /bin/pwd)` ] \
-	&& (echo "Copying etc/DOC* ..." ; \
-	    (cd etc; tar -cf - DOC*)|(cd ${etcdir}; umask 0; tar -xvf - ))
+	-[ `(cd ./etc; /bin/pwd)` != `(cd ${srcdir}etc; /bin/pwd)` ] \
+	 && (echo "Copying etc/DOC* ..." ; \
+	     (cd etc; tar -cf - DOC*)|(cd ${etcdir}; umask 0; tar -xvf - ))
 	-[ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ] \
 	 && (cd ${srcdir}/info ; \
 	     if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \