From c0dd0181d300a55c65d4c95f07f21beea21a9998 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Mon, 24 Apr 2017 23:49:06 +0000 Subject: Fixed two bad Makefiles that might be breaking Linux. llvm-svn: 301277 --- lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile index f11f126fa64..aae93a20b9c 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile @@ -1,3 +1,3 @@ LEVEL = ../../../make -C_SOURCES := main.c +CXX_SOURCES := main.cpp include $(LEVEL)/Makefile.rules \ No newline at end of file -- cgit v1.2.3