X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile.inc;h=05d868936e38d05c1e79bf24078f724f5c0fd1da;hb=e08536f1d89384f1cda546202bac60d57fc8aba7;hp=fa84a1b06aebce4e35086d62b020b5ba4c3eed32;hpb=d289688e58f6f1d177afc33ee3be8d2e1129e41c;p=libc-test diff --git a/Makefile.inc b/Makefile.inc index fa84a1b..05d8689 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -12,7 +12,7 @@ RANLIB=ranlib CFLAGS += -g -D_POSIX_C_SOURCE=200809L -D_GNU_SOURCE -std=c99 -pipe -Wall -Wno-unused-function -Wno-missing-braces LDFLAGS += -g -lpthread -lrt -lm --include $(TROOT)/config.mak +include $(TROOT)/config.mak CFLAGS += -I$(TROOT)/common @@ -27,7 +27,7 @@ clean: .c.o: $(CC) $(CFLAGS) -c -o $@ $< -$(OBJS): $(TROOT)/common/test.h +$(OBJS): $(TROOT)/common/test.h $(TROOT)/config.mak tests.h: $(OBJS) nm -f posix $+ |awk ' \