[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile
Jeff Cohen
jeffc at jolt-lang.org
Thu Mar 29 19:01:40 PDT 2007
And that should be the last of the src != obj fixes.
Jeff Cohen wrote:
> Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ:
>
> Makefile updated: 1.2 -> 1.3
> ---
> Log message:
>
> Fix for src != obj.
>
> ---
> Diffs of the changes: (+1 -1)
>
> Makefile | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
>
> Index: llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile
> diff -u llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile:1.2 llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile:1.3
> --- llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile:1.2 Mon Oct 4 19:57:47 2004
> +++ llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile Thu Mar 29 20:29:09 2007
> @@ -3,6 +3,6 @@
> PROG = employ
> LDFLAGS = -lstdc++
> RUN_OPTIONS = 400
> -STDIN_FILENAME = input.txt
> +STDIN_FILENAME = $(PROJ_SRC_DIR)/input.txt
> include $(LEVEL)/MultiSource/Makefile.multisrc
>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
>
>
More information about the llvm-commits
mailing list