aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-07 23:00:37 +0000
committerRichard M. Stallman1995-04-07 23:00:37 +0000
commit3d4be9d662c17f2ea1f2f219426057078bfd862f (patch)
tree93cf9dacf4779902a048154247be3b06eb3204ad
parente92d107bce1b1375a6d9f3c3b3bb479af2a810ed (diff)
downloademacs-3d4be9d662c17f2ea1f2f219426057078bfd862f.tar.gz
emacs-3d4be9d662c17f2ea1f2f219426057078bfd862f.zip
(install-arch-indep): Delete .#* when copying subdirs.
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 937a225c8c4..e67f98c5872 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -331,6 +331,7 @@ install-arch-indep: mkdir
331 rm -rf $${subdir}/RCS ; \ 331 rm -rf $${subdir}/RCS ; \
332 rm -rf $${subdir}/CVS ; \ 332 rm -rf $${subdir}/CVS ; \
333 rm -f $${subdir}/\#* ; \ 333 rm -f $${subdir}/\#* ; \
334 rm -f $${subdir}/.\#* ; \
334 rm -f $${subdir}/*~ ; \ 335 rm -f $${subdir}/*~ ; \
335 rm -f $${subdir}/*.orig ; \ 336 rm -f $${subdir}/*.orig ; \
336 done) ; \ 337 done) ; \