From b97eee1132a5f8c2ed7be10dceecaa81bdfebd3c Mon Sep 17 00:00:00 2001 From: fca Date: Mon, 7 Jun 1999 06:40:14 +0000 Subject: [PATCH] Put headers before libraries in the make. --- TRD/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TRD/Makefile b/TRD/Makefile index 5f4098dfc2a..62a47f234c9 100644 --- a/TRD/Makefile +++ b/TRD/Makefile @@ -50,7 +50,7 @@ FFLAGS = $(FOPT) SLIBRARY = $(ALICE_ROOT)/lib/libTRD.$(SL) ALIBRARY = $(ALICE_ROOT)/lib/libTRD.a -default: $(SLIBRARY) headers +default: headers $(SLIBRARY) $(ALICE_ROOT)/lib/libTRD.$(SL): $(OBJS) -- 2.31.1