[Lldb-commits] [lldb] r372890 - Modernize Makefile.
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 25 08:48:30 PDT 2019
Author: adrian
Date: Wed Sep 25 08:48:30 2019
New Revision: 372890
URL: http://llvm.org/viewvc/llvm-project?rev=372890&view=rev
Log:
Modernize Makefile.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile
Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile?rev=372890&r1=372889&r2=372890&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile Wed Sep 25 08:48:30 2019
@@ -3,7 +3,7 @@
# system headers.
NO_TEST_COMMON_H := 1
-CXXFLAGS += -I $(SRCDIR)/root/usr/include/c++/include/ -I $(SRCDIR)/root/usr/include/ -nostdinc -nostdinc++
+CXXFLAGS_EXTRAS = -I $(SRCDIR)/root/usr/include/c++/include/ -I $(SRCDIR)/root/usr/include/ -nostdinc -nostdinc++
CXX_SOURCES := main.cpp
include Makefile.rules
More information about the lldb-commits
mailing list