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