summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKarl Wette <karl.wette@ligo.org>2014-05-28 21:19:06 +0200
committerKarl Wette <karl.wette@ligo.org>2014-05-29 02:24:33 +0200
commit46ce4d3ba9a1ae50706e828ab17c8bc6c2e50fe0 (patch)
tree74ada00988523344fb5c4e2d10a7152d0e65e0b8 /Makefile.in
parentcc1ff55be458fba978cfb7f31f6966630f6b380e (diff)
downloadswig-46ce4d3ba9a1ae50706e828ab17c8bc6c2e50fe0.tar.gz
Distclean Tools/javascript
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a040d41a1..2b9cf3b32 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -403,7 +403,7 @@ clean-ccache:
DISTCLEAN-DEAD = config.status config.log config.cache swig.spec Makefile mkmf.log libtool preinst-swig
-distclean-helper: distclean-test-suite distclean-examples distclean-dead
+distclean-helper: distclean-test-suite distclean-examples distclean-tools distclean-dead
distclean: distclean-source distclean-ccache distclean-helper
@@ -429,6 +429,10 @@ distclean-examples:
distclean-ccache:
@test -z "$(ENABLE_CCACHE)" || (cd $(CCACHE) && $(MAKE) $(FLAGS) distclean)
+distclean-tools:
+ @echo distcleaning Tools
+ @cd Tools/javascript && $(MAKE) $(FLAGS) distclean
+
distclean-dead:
rm -f $(DISTCLEAN-DEAD)
rm -rf autom4te.cache