]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix compilation problems in the QA macros
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 26 Sep 2008 09:29:45 +0000 (09:29 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 26 Sep 2008 09:29:45 +0000 (09:29 +0000)
TRD/libTRDrec.pkg

index f92f395e33bec957f2ff887c2fc4e405392fd854..c98818a371816a98ec744a8a4470c0b203b68d3b 100644 (file)
@@ -33,9 +33,8 @@ EINCLUDE= RAW
 .PHONY default: TRD_clean_compiled_macros
 
 TRD_clean_compiled_macros:
-       @echo "***** Removing .d and .$(SOEXT) files from TRD/qaRec/macros/ *****"
-       $(MUTE)rm -f $(ALICE_ROOT)/TRD/qaRec/macros/*_C.d
-       $(MUTE)rm -f $(ALICE_ROOT)/TRD/qaRec/macros/*_C.$(SOEXT)
+       @echo "***** Removing TRD QA macros *****"
+       $(MUTE)rm -rf $(HOME)/.trdQArec
 
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \