]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.linuxalphagcc
Fixing memory leaks
[u/mrichter/AliRoot.git] / build / Makefile.linuxalphagcc
index e8e4c1a8c6a5756b6208f6fc20f7432613bb2161..3d8e1f63a16e798fc88f2d0c21169defd4729741 100644 (file)
@@ -5,10 +5,6 @@
 
 XARGS = xargs -r
 
-# The compilers
-CXX           = $(shell root-config --cxx)  
-F77          = $(shell root-config --f77) 
-CC           = $(shell root-config --cc) 
 CCMAJORV      = $(shell $(CC) -dumpversion | cut -d. -f1)
 CCMINORV      = $(shell $(CC) -dumpversion | cut -d. -f2)