From 2685c3ce1aa3f60579228c001fac1993f516a3d6 Mon Sep 17 00:00:00 2001 From: fca Date: Mon, 7 Jun 1999 06:39:17 +0000 Subject: [PATCH] Put headers before libraries in make. --- TGeant3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.31.1