diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-07 23:00:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-07 23:00:37 +0000 |
commit | 9102e54eecb47b56c9cc81b1b451431fb57a487c (patch) | |
tree | 7d74b513adfbbc1c253f114a00b22d38fda52bf8 | |
parent | e3ca4e9ad3bf6d223e6cca72867b4994651192f7 (diff) | |
download | emacs-9102e54eecb47b56c9cc81b1b451431fb57a487c.tar.gz |
(install-arch-indep): Delete .#* when copying subdirs.
-rw-r--r-- | Makefile.in | 1 |
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) ; \ |