forked from OSchip/llvm-project
Unbreak build: Makefile must have the same change as CMakeLists.txt
This was omitted from http://reviews.llvm.org/D9441 (the irony is that that was to detect omissions in something else) llvm-svn: 236878
This commit is contained in:
parent
42cc8fa592
commit
049887b252
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TESTNAME = Support
|
TESTNAME = Support
|
||||||
LINK_COMPONENTS := core support
|
LINK_COMPONENTS := all-targets core support
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
||||||
|
|
Loading…
Reference in New Issue