forked from OSchip/llvm-project
[Test] Addresses failing test when path to make contains spaces
llvm-svn: 255568
This commit is contained in:
parent
8a927c4c10
commit
2a83045ab1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue