git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2685c3c
)
Put headers before libraries in the make.
author
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Jun 1999 06:40:14 +0000
(06:40 +0000)
committer
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Jun 1999 06:40:14 +0000
(06:40 +0000)
TRD/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/TRD/Makefile
b/TRD/Makefile
index 5f4098dfc2acae9c78a699dc02034df4744bf770..62a47f234c9360b14d82929b4e1eef54a1c0bc0e 100644
(file)
--- a/
TRD/Makefile
+++ b/
TRD/Makefile
@@
-50,7
+50,7
@@
FFLAGS = $(FOPT)
SLIBRARY = $(ALICE_ROOT)/lib/libTRD.$(SL)
ALIBRARY = $(ALICE_ROOT)/lib/libTRD.a
-default:
$(SLIBRARY) headers
+default:
headers $(SLIBRARY)
$(ALICE_ROOT)/lib/libTRD.$(SL): $(OBJS)