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

index 7a9a5497fe1cb7398f11125623590f12fb7c3f69..c391f65f9405a21f519c2b44e58c667c9e990531 100644 (file)
@@ -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)