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