# HG changeset patch # User Richard M. Stallman # Date 738693495 0 # Node ID e1f5f8f23d9070d7dc7ec2d876d75f0c2654c228 # Parent f4d37be947345aeda1216ee9c9d2dc838b1a94d3 (do-install): Delete redundant code to copy etc twice. diff -r f4d37be94734 -r e1f5f8f23d90 Makefile.in --- a/Makefile.in Sat May 29 16:13:16 1993 +0000 +++ b/Makefile.in Sat May 29 16:38:15 1993 +0000 @@ -344,15 +344,6 @@ 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 \