From 2b7f46c9a2c32fed4c5e43b1f19a748e4a6ea69a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 May 1993 16:38:15 +0000 Subject: [PATCH] (do-install): Delete redundant code to copy etc twice. --- Makefile.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index eec88c6ebc3..a786b359a30 100644 --- a/Makefile.in +++ b/Makefile.in @@ -344,15 +344,6 @@ do-install: mkdir rm -f $${subdir}/*~ ; \ done) ; \ done - -[ `(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 \ - rm -rf $${subdir}/RCS ; \ - rm -rf $${subdir}/CVS ; \ - rm -f $${subdir}/\#* ; \ - rm -f $${subdir}/*~ ; \ - done) -[ `(cd ${srcdir}/info; /bin/pwd)` != `(cd ${infodir}; /bin/pwd)` ] \ && (cd ${srcdir}/info ; \ if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \