]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Put headers before libraries in make.
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Jun 1999 06:39:17 +0000 (06:39 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Jun 1999 06:39:17 +0000 (06:39 +0000)
TGeant3/Makefile

index ffeeb8e4fb5ded69b1cb718369f11155b5307879..ef0ea890f91179cfb58c0484b9df0a27bcdb715e 100644 (file)
@@ -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)