From: Szabolcs Nagy Date: Sat, 20 Jul 2013 18:11:09 +0000 (+0000) Subject: fix: LIBS have libtest.a dependency as well X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=commitdiff_plain;h=b9502244c24917c2fc442fc32e34c6803f8a3bcd;ds=sidebyside fix: LIBS have libtest.a dependency as well --- 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