From 46ce4d3ba9a1ae50706e828ab17c8bc6c2e50fe0 Mon Sep 17 00:00:00 2001 From: Karl Wette Date: Wed, 28 May 2014 21:19:06 +0200 Subject: [PATCH] Distclean Tools/javascript --- Makefile.in | 6 +++++- Tools/javascript/Makefile.in | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 diff --git a/Tools/javascript/Makefile.in b/Tools/javascript/Makefile.in index 960c661b2..f65be2826 100644 --- a/Tools/javascript/Makefile.in +++ b/Tools/javascript/Makefile.in @@ -64,3 +64,6 @@ javascript: $(JS_INTERPRETER_OBJS) clean: rm -f *.o rm -f javascript + +distclean: clean + rm -f Makefile