]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/Makefile.conf
AliTPCBuffer160 renamed to AliAltroBuffer
[u/mrichter/AliRoot.git] / HLT / Makefile.conf
index 7ca26ede21b3bb735a6d27e38051e441443fd62d..9545f3a7525730b8754d1d2e22372413449ae593 100644 (file)
@@ -7,7 +7,11 @@
 ################################
 
 #Added for MACOSX
-ARCH = $(shell uname)
+ARCH := $(shell root-config --arch)
+
+ifeq ($(ARCH),macosxxlc)
+ARCH := macosx
+endif
 
 #Specify the directory where the level3code tree is located.
 ifndef ALIHLT_TOPDIR