diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-29 16:38:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-29 16:38:15 +0000 |
commit | 2b7f46c9a2c32fed4c5e43b1f19a748e4a6ea69a (patch) | |
tree | c0ee980bc22f01c18f4ce92ecbebafebcb517f32 /Makefile.in | |
parent | 2ed3f64cccb891632e90cf61624aacc807696ab3 (diff) | |
download | emacs-2b7f46c9a2c32fed4c5e43b1f19a748e4a6ea69a.tar.gz |
(do-install): Delete redundant code to copy etc twice.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
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 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 \ |