fix local makefiles to make it possible to rebuild binaries
[libc-test] / src / math / Makefile
index a29f715..d7070b0 100644 (file)
@@ -1,4 +1,5 @@
-NONBIN=util.o
-include ../../Makefile.inc
-CFLAGS+=-fno-builtin -D_GNU_SOURCE
-$(BIN): util.o
+all:
+%: FORCE
+       $(MAKE) -C ../.. B=src src/math/$@
+.SUFFIXES:
+FORCE: ;