[cfe-commits] r161439 - /cfe/trunk/tools/c-index-test/Makefile
Dmitri Gribenko
gribozavr at gmail.com
Tue Aug 7 11:36:33 PDT 2012
Author: gribozavr
Date: Tue Aug 7 13:36:33 2012
New Revision: 161439
URL: http://llvm.org/viewvc/llvm-project?rev=161439&view=rev
Log:
c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher.
Modified:
cfe/trunk/tools/c-index-test/Makefile
Modified: cfe/trunk/tools/c-index-test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/c-index-test/Makefile?rev=161439&r1=161438&r2=161439&view=diff
==============================================================================
--- cfe/trunk/tools/c-index-test/Makefile (original)
+++ cfe/trunk/tools/c-index-test/Makefile Tue Aug 7 13:36:33 2012
@@ -29,5 +29,5 @@
include $(CLANG_LEVEL)/Makefile
-LIBS += "$(LIBXML2_LIBS)"
-CPPFLAGS += "$(LIBXML2_INC)"
+LIBS += $(LIBXML2_LIBS)
+CPPFLAGS += $(LIBXML2_INC)
More information about the cfe-commits
mailing list