diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-04-05 13:52:09 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-04-05 13:52:09 +0000 |
commit | 42418e14c365ec159d4afe4face595a76875854d (patch) | |
tree | bea75918ee54a07dfa8534df9940fce6e811981b /Makefile.in | |
parent | 5b1d9bfb71e8eb5486f5f091424aa3ff784c17c9 (diff) | |
download | emacs-42418e14c365ec159d4afe4face595a76875854d.tar.gz |
(install-arch-indep): Remove .cvsignore files.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c010510a013..58ce1cc780a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -371,6 +371,7 @@ install-arch-indep: mkdir info chmod a+rx $${subdir} ; \ rm -rf $${subdir}/RCS ; \ rm -rf $${subdir}/CVS ; \ + rm -f $${subdir}/.cvsignore ; \ rm -f $${subdir}/\#* ; \ rm -f $${subdir}/.\#* ; \ rm -f $${subdir}/*~ ; \ |