Gregory Petrosyan
2010-Jan-04 15:32 UTC
[LLVMdev] [PATCH] test-suite/bullet: fix build in case $LLVM_SRC_ROOT != $LLVM_OBJ_ROOT
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
Anton Korobeynikov
2010-Jan-04 17:10 UTC
[LLVMdev] [PATCH] test-suite/bullet: fix build in case $LLVM_SRC_ROOT != $LLVM_OBJ_ROOT
On Mon, Jan 4, 2010 at 18:32, Gregory Petrosyan <gregory.petrosyan at gmail.com> wrote:> Index: MultiSource/Benchmarks/Bullet/MakefileApplied, thanks! -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Maybe Matching Threads
- [LLVMdev] [PATCH] test-suite/bullet: unbreak linking
- [LLVMdev] LNT ClamAV - Sorting output
- [LLVMdev] Problem running 2.6 test-suite on cygwin
- [LLVMdev] Removing $(LLVM_SRC_ROOT)/autoconf dependensies in Stacker, llvm-java [PATCH]
- [LLVMdev] Typo in Makefile.rules and suugestion for Makefile.config.in