summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-07 23:00:37 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-07 23:00:37 +0000
commit9102e54eecb47b56c9cc81b1b451431fb57a487c (patch)
tree7d74b513adfbbc1c253f114a00b22d38fda52bf8 /Makefile.in
parente3ca4e9ad3bf6d223e6cca72867b4994651192f7 (diff)
downloademacs-9102e54eecb47b56c9cc81b1b451431fb57a487c.tar.gz
(install-arch-indep): Delete .#* when copying subdirs.
Diffstat (limited to 'Makefile.in')
-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
rm -rf $${subdir}/RCS ; \
rm -rf $${subdir}/CVS ; \
rm -f $${subdir}/\#* ; \
+ rm -f $${subdir}/.\#* ; \
rm -f $${subdir}/*~ ; \
rm -f $${subdir}/*.orig ; \
done) ; \