summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b885139d8..a95c476fb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -61,7 +61,7 @@ distclean: subdirs_distclean
-$(RM) -f config.cache config.status config.log configure
-$(RM) -f Makefile
-$(RM) -rf objs
- cd test; make distclean; cd ..
+ cd test; $(MAKE) distclean; cd ..
subdirs:
@for i in $(SUBDIRS); do \