teak-llvm/lldb/packages/Python/lldbsuite/test/expression_command/top-level/dummy.mk
Pavel Labath 64325c51ad Split makefile for TestTopLevelExprs
this test was using a single makefile to build two executables. This
setup, although not supported by Makefile.rules, happened to
work in most configurations, except when building with the android ndk
r16.

Here I move the building of the second executable to a separate
makefile, which is the solution other tests use for multiple targets.

llvm-svn: 316982
2017-10-31 10:01:30 +00:00

7 lines
91 B
Makefile

LEVEL = ../../make
CXX_SOURCES := dummy.cpp
EXE := dummy
include $(LEVEL)/Makefile.rules