From: fca Date: Mon, 7 Jun 1999 06:39:17 +0000 (+0000) Subject: Put headers before libraries in make. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=2685c3ce1aa3f60579228c001fac1993f516a3d6 Put headers before libraries in make. --- diff --git a/TGeant3/Makefile b/TGeant3/Makefile index ffeeb8e4fb5..ef0ea890f91 100644 --- 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)