aboutsummaryrefslogtreecommitdiff
path: root/Makefile.include.in
diff options
context:
space:
mode:
authorAndres Mejia <amejia004@gmail.com>2012-06-17 19:19:31 -0400
committerAndres Mejia <amejia004@gmail.com>2012-06-17 19:19:31 -0400
commit182116178d508ce4400e230ee31fe0475c0d336a (patch)
tree97d298a5b4398bbfc4d8fbfe89329bebe111ad33 /Makefile.include.in
parent528563adf14355a1b7572b02e8f56433503f3349 (diff)
Run 'distclean' in testsuite directories.
Diffstat (limited to 'Makefile.include.in')
-rw-r--r--Makefile.include.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.include.in b/Makefile.include.in
index c7eb9aa4d4..2ef3a640a7 100644
--- a/Makefile.include.in
+++ b/Makefile.include.in
@@ -137,5 +137,6 @@ clean:
distclean:
$(RM) $(OBJS) *.o $(LIB) $(SLIB) $(STATICLIB) $(CLEAN_FILES) $(DISTCLEAN_FILES) $(PCH:.h=.h.gch) $(DEPS)
for d in $(DIRS); do (if test -f "$$d/Makefile"; then ($(MAKE) -C "$$d" distclean || $(MAKE) -C "$$d" clean); fi ); done
+ for d in $(CHECK_DIRS); do (if test -f "$$d/Makefile"; then ($(MAKE) -C "$$d" $@ || $(MAKE) -C "$$d" clean); fi ); done
if [ "$(shell pwd -P)" = "$(abs_top_srcdir)" ] || \
[ "$(shell pwd)" = "$(abs_top_srcdir)" ]; then rm -f $(AUTOGENERATED_MAKEFILES) Makefile.include Makefile; fi