]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - conf/GeneralDef
Restore symmetry between CXXFLAGS and the other compilation flags, now
[u/mrichter/AliRoot.git] / conf / GeneralDef
index ce265c455d4224c2347c3b331645547eb587fcc8..5560dae9b1f3744b848eafb0d598cc88c59d0012 100644 (file)
@@ -3,7 +3,7 @@
 .SUFFIXES: .cxx
  
 .cxx.o:
-       @$(CXX) $(OPT) $(CXXFLAGS) -c $*.cxx -o $*.o
+       @$(CXX) $(CXXFLAGS) -c $*.cxx -o $*.o
 .c.o:
        @$(CC) $(CFLAGS) -c $*.c -o $*.o
 .f.o:
@@ -12,7 +12,7 @@
        @$(F77) $(FFLAGS) -c $*.F -o $*.o
  
 # Which makedepend
-MAKEDEPEND    = $(ROOTSYS)/bin/rmkdepend
+MAKEDEPEND    = $(ROOTSYS)/bin/makedepend
 
 # Root libraries