diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-01-25 06:59:38 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-01-25 06:59:38 +0000 |
commit | 351eec013e250bb802295465c3896f144a55bc69 (patch) | |
tree | 6ba8932a2b0e268348cc42b53b4f0a2c2ad91766 /Makefile.in | |
parent | a865b1d5c2151fe0f6d84ab033b6e357ebc66ace (diff) | |
download | emacs-351eec013e250bb802295465c3896f144a55bc69.tar.gz |
(extraclean): Use ${top_distclean} to ensure
we delete everything distclean deletes.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index d115b927f2f..75d6546949f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -492,8 +492,8 @@ maintainer-clean: FRC ### it deletes backup and autosave files too. extraclean: for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done - -(cd lock && rm *) - -rm config.status config-tmp-* + ${top_distclean} + -rm config-tmp-* -rm -f *~ \#* ### Unlocking and relocking. The idea of these productions is to reduce |