fix: LIBS have libtest.a dependency as well
authorSzabolcs Nagy <nsz@port70.net>
Sat, 20 Jul 2013 18:11:09 +0000 (18:11 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 20 Jul 2013 18:11:09 +0000 (18:11 +0000)
Makefile

index 353c268..a1c91fc 100644 (file)
--- 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