]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.linuxicc
set new run range and root version, do only run k_T cluster analysis for now, change...
[u/mrichter/AliRoot.git] / build / Makefile.linuxicc
index 8dc9cd96c7881a5169db2025fdf91f486f644210..b681d30b46da628898ce2bc10d46d4190a6e60e9 100644 (file)
@@ -5,11 +5,6 @@
 
 XARGS = xargs -r
 
-# The compilers
-CXX           = $(shell root-config --cxx)
-CC            = $(shell root-config --cc)
-F77          = $(shell root-config --f77)
-
 # Compiler version:
 ICC_MAJOR    := $(shell $(CXX) -V 2>&1 | awk '{ if (NR==1) print $$8 }' | \
                 cut -d'.' -f1)