git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Restore symmetry between CXXFLAGS and the other compilation flags, now
[u/mrichter/AliRoot.git]
/
conf
/
GeneralDef
diff --git
a/conf/GeneralDef
b/conf/GeneralDef
index d59fadc75fe5610561d09429b658815fdf196e38..5560dae9b1f3744b848eafb0d598cc88c59d0012 100644
(file)
--- a/
conf/GeneralDef
+++ b/
conf/GeneralDef
@@
-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: