X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fcommon%2FMakefile;h=343df71a7fe13556cfe6b7ebd897b5334ccaa3c6;hp=351583dc1d74ec7744e15600417b86498648b61a;hb=fd13cb9d081d7cc2355fc34805377e88399a7534;hpb=157cc4927ff8aa7af63bc59f8eade6cb3f14c6d6 diff --git a/src/common/Makefile b/src/common/Makefile index 351583d..343df71 100644 --- a/src/common/Makefile +++ b/src/common/Makefile @@ -1,4 +1,4 @@ all: %: - $(MAKE) -C ../.. src/common/$@ + $(MAKE) -C ../.. B=src src/common/$@