From: Richard M. Stallman Date: Fri, 7 Apr 1995 23:00:37 +0000 (+0000) Subject: (install-arch-indep): Delete .#* when copying subdirs. X-Git-Tag: emacs-19.34~4579 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d4be9d662c17f2ea1f2f219426057078bfd862f;p=emacs.git (install-arch-indep): Delete .#* when copying subdirs. --- 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 rm -rf $${subdir}/RCS ; \ rm -rf $${subdir}/CVS ; \ rm -f $${subdir}/\#* ; \ + rm -f $${subdir}/.\#* ; \ rm -f $${subdir}/*~ ; \ rm -f $${subdir}/*.orig ; \ done) ; \