From b9502244c24917c2fc442fc32e34c6803f8a3bcd Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 20 Jul 2013 18:11:09 +0000 Subject: [PATCH] fix: LIBS have libtest.a dependency as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 353c268..a1c91fc 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ src/common/libtest.a: $(filter src/common/%,$(OBJS)) $(AR) rc $@ $^ $(RANLIB) $@ -$(BINS): src/common/libtest.a +$(BINS) $(LIBS): src/common/libtest.a $(OBJS): src/common/test.h src/common/mtest.o: src/common/mtest.h -- 2.20.1