[llvm-commits] [test-suite] r92483 - /test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile
Tobias Grosser
grosser at fim.uni-passau.de
Mon Jan 4 09:12:34 PST 2010
On 01/04/10 18:10, Anton Korobeynikov wrote:
> 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++
Are you missing a parenthesis?
Tobi
More information about the llvm-commits
mailing list