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:
7e1273d
)
Put headers before library in the make.
author
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Jun 1999 06:38:54 +0000
(06:38 +0000)
committer
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Jun 1999 06:38:54 +0000
(06:38 +0000)
STEER/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/STEER/Makefile
b/STEER/Makefile
index 7a9a5497fe1cb7398f11125623590f12fb7c3f69..c391f65f9405a21f519c2b44e58c667c9e990531 100644
(file)
--- a/
STEER/Makefile
+++ b/
STEER/Makefile
@@
-52,7
+52,7
@@
FFLAGS = $(FOPT)
SLIBRARY = $(ALICE_ROOT)/lib/libSTEER.$(SL)
ALIBRARY = $(ALICE_ROOT)/lib/libSTEER.a
-default:
$(SLIBRARY) headers
+default:
headers $(SLIBRARY)
$(ALICE_ROOT)/lib/libSTEER.$(SL): $(OBJS)