]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Small performance fix
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Oct 2009 18:59:26 +0000 (18:59 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Oct 2009 18:59:26 +0000 (18:59 +0000)
Makefile

index b502933c41b2fbe9332d55d05b43da3e6f2b4a00..755e8205000f25cb4991d3dd1807e04b68abd67e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -289,7 +289,7 @@ ALIRECO.par: macros/loadlibsrec.C STEER/PROOF-INF.ALIRECO/SETUP.C
        (tar cfzh $@ ALIRECO 2> /dev/null && echo "Package archive" $@ "created in" $(PWD)/$@) || (tar cfzh /tmp/$@ ALIRECO 2> /dev/null && echo "Package archive" $@ "created in /tmp/"$@)
        $(MUTE)rm -rf ALIRECO
 
-ROOTALIBDIR=$(shell root-config --libdir)
+ROOTALIBDIR:=$(shell root-config --libdir)
 
 ALIMDCSPECFILE=$(RAWDIRO)/alimdc.spec
 ALIMDCVERSION=$(subst -,.,$(notdir $(subst /RAW/mdc.h,,$(shell svn info RAW/mdc.h | grep "URL:" | cut -d: -f3 ))))