[llvm-commits] [test-suite] r92489 - /test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile

Anton Korobeynikov asl at math.spbu.ru
Mon Jan 4 09:31:27 PST 2010


Author: asl
Date: Mon Jan  4 11:31:27 2010
New Revision: 92489

URL: http://llvm.org/viewvc/llvm-project?rev=92489&view=rev
Log:
Add missed parenthesis

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=92489&r1=92488&r2=92489&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile Mon Jan  4 11:31:27 2010
@@ -1,6 +1,6 @@
 LEVEL = ../../../
 PROG = bullet
-CPPFLAGS += -I$(PROJ_SRC_DIR/include -DNO_TIME
+CPPFLAGS += -I$(PROJ_SRC_DIR)/include -DNO_TIME
 LDFLAGS = -lstdc++
 
 include $(LEVEL)/Makefile.config





More information about the llvm-commits mailing list