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
Put headers before libraries in make.
[u/mrichter/AliRoot.git]
/
TGeant3
/
Makefile
diff --git
a/TGeant3/Makefile
b/TGeant3/Makefile
index ffeeb8e4fb5ded69b1cb718369f11155b5307879..ef0ea890f91179cfb58c0484b9df0a27bcdb715e 100644
(file)
--- a/
TGeant3/Makefile
+++ b/
TGeant3/Makefile
@@
-83,7
+83,7
@@
SLIBRARY = $(ALICE_ROOT)/lib/libTGeant3.$(SL) \
$(ALICE_ROOT)/lib/libTGeant3Dummy.$(SL)
ALIBRARY = $(ALICE_ROOT)/lib/libTGeant3.a
-default:
$(SLIBRARY) headers
+default:
headers $(SLIBRARY)
$(ALICE_ROOT)/lib/libTGeant3.$(SL): $(GOBJS)