From: hristov Date: Fri, 8 Feb 2008 10:31:48 +0000 (+0000) Subject: make clean-modules removes the temporary compilation files (Matthias) X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=b945e71decc32865a6972dcf84ae67bb8c00d102 make clean-modules removes the temporary compilation files (Matthias) --- diff --git a/Makefile b/Makefile index 3a6233288a3..1cf4676e574 100644 --- a/Makefile +++ b/Makefile @@ -454,9 +454,10 @@ endif clean-modules: ifndef ALIQUIET - @echo "***** Cleaning up module.mk files *****" + @echo "***** Cleaning up module.mk and temporary compilation files *****" endif $(MUTE)rm -rf $(patsubst %,%/module.mk,$(MODULES)) + $(MUTE)rm -rf $(patsubst %,%/tgt_$(ALICE_TARGET),$(MODULES)) clean-depend: ifndef ALIQUIET