[LLVMdev] [PATCH] test-suite/bullet: fix build in case $LLVM_SRC_ROOT != $LLVM_OBJ_ROOT
Gregory Petrosyan
gregory.petrosyan at gmail.com
Mon Jan 4 07:32:10 PST 2010
Index: MultiSource/Benchmarks/Bullet/Makefile
===================================================================
--- MultiSource/Benchmarks/Bullet/Makefile (revision 92478)
+++ MultiSource/Benchmarks/Bullet/Makefile (working copy)
@@ -1,6 +1,6 @@
LEVEL = ../../../
PROG = bullet
-CPPFLAGS += -Iinclude -DNO_TIME
+CPPFLAGS += -I$(PROJ_SRC_DIR)/include -DNO_TIME
LDFLAGS = -lstdc++
include $(LEVEL)/Makefile.config
More information about the llvm-dev
mailing list