makefile change: B variable is the build directory
[libc-test] / src / math / Makefile
index 7be5f7a..44fb35b 100644 (file)
@@ -1,4 +1,4 @@
 all:
 %:
-       $(MAKE) -C ../.. src/math/$@
+       $(MAKE) -C ../.. B=src src/math/$@