aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-08-07 18:36:33 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-08-07 18:36:33 +0000
commit67bf7dd9fa3aaa65c7105f77f265f05f35f235fd (patch)
tree809f8cf2d872efea59ce681ad0d176e9d0b9d542
parent16bec0630ef488af263d521b166b41ffa3c71743 (diff)
c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161439 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/c-index-test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile
index 25478e1f96..eb4d7de271 100644
--- a/tools/c-index-test/Makefile
+++ b/tools/c-index-test/Makefile
@@ -29,5 +29,5 @@ USEDLIBS = clang.a clangFrontend.a clangDriver.a \
include $(CLANG_LEVEL)/Makefile
-LIBS += "$(LIBXML2_LIBS)"
-CPPFLAGS += "$(LIBXML2_INC)"
+LIBS += $(LIBXML2_LIBS)
+CPPFLAGS += $(LIBXML2_INC)