summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-25 06:59:38 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-25 06:59:38 +0000
commit9e8886a8278dece61a7647959594525403d928da (patch)
tree61a21b55d8b649d4eb183c5bd5cb40408f5c301e /Makefile.in
parentbba2dbcb22a9ca4ca52842a9cc89446f3e847555 (diff)
downloademacs-9e8886a8278dece61a7647959594525403d928da.tar.gz
(extraclean): Use ${top_distclean} to ensure
we delete everything distclean deletes.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
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