aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in9
1 files changed, 0 insertions, 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
344 rm -f $${subdir}/*~ ; \ 344 rm -f $${subdir}/*~ ; \
345 done) ; \ 345 done) ; \
346 done 346 done
347 -[ `(cd etc; /bin/pwd)` != `(cd ${srcdir}/etc; /bin/pwd)` ] \
348 && (echo "Copying ./etc..." ; \
349 (cd ./etc; tar cf - . )|(cd ${etcdir}; umask 0; tar xvf - ); \
350 for subdir in `find ${etcdir} -type d ! -name RCS -print` ; do \
351 rm -rf $${subdir}/RCS ; \
352 rm -rf $${subdir}/CVS ; \
353 rm -f $${subdir}/\#* ; \
354 rm -f $${subdir}/*~ ; \
355 done)
356 -[ `(cd ${srcdir}/info; /bin/pwd)` != `(cd ${infodir}; /bin/pwd)` ] \ 347 -[ `(cd ${srcdir}/info; /bin/pwd)` != `(cd ${infodir}; /bin/pwd)` ] \
357 && (cd ${srcdir}/info ; \ 348 && (cd ${srcdir}/info ; \
358 if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \ 349 if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \