summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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