diff options
author | Andreas Schwab <schwab@suse.de> | 2004-07-04 22:44:54 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2004-07-04 22:44:54 +0000 |
commit | 97d7e3a523445ea4455bfd4b815f717da8eafc34 (patch) | |
tree | 2017c0a9f6d8450e6e6ad526a25fc60ea3379f7b /Makefile.in | |
parent | 2c7ca58b6a3506bd62146b06ed3acd3fcea8633a (diff) | |
download | emacs-97d7e3a523445ea4455bfd4b815f717da8eafc34.tar.gz |
(install-arch-indep): Remove .arch-inventory 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 760f7d34f77..35cc2798e32 100644 --- a/Makefile.in +++ b/Makefile.in @@ -415,6 +415,7 @@ install-arch-indep: mkdir info rm -rf $${subdir}/RCS ; \ rm -rf $${subdir}/CVS ; \ rm -f $${subdir}/.cvsignore ; \ + rm -f $${subdir}/.arch-inventory ; \ rm -f $${subdir}/\#* ; \ rm -f $${subdir}/.\#* ; \ rm -f $${subdir}/*~ ; \ |