diff options
| author | Richard M. Stallman | 1993-05-29 16:38:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-29 16:38:15 +0000 |
| commit | 2b7f46c9a2c32fed4c5e43b1f19a748e4a6ea69a (patch) | |
| tree | c0ee980bc22f01c18f4ce92ecbebafebcb517f32 | |
| parent | 2ed3f64cccb891632e90cf61624aacc807696ab3 (diff) | |
| download | emacs-2b7f46c9a2c32fed4c5e43b1f19a748e4a6ea69a.tar.gz emacs-2b7f46c9a2c32fed4c5e43b1f19a748e4a6ea69a.zip | |
(do-install): Delete redundant code to copy etc twice.
| -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 | |||
| 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 \ |