[Test] Addresses failing test when path to make contains spaces

llvm-svn: 255568
This commit is contained in:
Kate Stone 2015-12-14 22:59:26 +00:00
parent 8a927c4c10
commit 2a83045ab1
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ include $(LEVEL)/Makefile.rules
$(DYLIB_FILENAME): lib_b
lib_b:
$(MAKE) -f b.mk
"$(MAKE)" -f b.mk
clean::
$(MAKE) -f b.mk clean
"$(MAKE)" -f b.mk clean