[llvm-commits] [test-suite] r92483 - /test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile
Anton Korobeynikov
asl at math.spbu.ru
Mon Jan 4 09:10:01 PST 2010
Author: asl
Date: Mon Jan 4 11:10:01 2010
New Revision: 92483
URL: http://llvm.org/viewvc/llvm-project?rev=92483&view=rev
Log:
Unbreak srcdir != objdir build. Patch by Gregory Petrosyan
Modified:
test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile?rev=92483&r1=92482&r2=92483&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile Mon Jan 4 11:10:01 2010
@@ -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-commits
mailing list