aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 045aa79..a631dfb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -436,10 +436,13 @@ check-DEJAGNU:
cd example ; $(MAKE) check
# @echo "Do nothing here, cause we don't want to run the tests twice"
+# Since we don't use SUBDIRS, we have to manually clean the sub directories.
+# We don't use SUBDIRS, so the excample or test cases don't get built
+# by default for a "make all".
clean-local:
- cd doc ; $(MAKE) clean
+ cd doc ; $(MAKE) clean
cd testsuite ; $(MAKE) clean
- cd example ; $(MAKE) clean
+ cd example ; $(MAKE) clean
# Set ourselves up to build a RedHat package
tarball: overview.html overview.ps overview.pdf