[llvm-commits] [test-suite] r58168 - /test-suite/trunk/MultiSource/Benchmarks/BitBench/five11/Makefile
Dan Gohman
gohman at apple.com
Sat Oct 25 16:24:57 PDT 2008
Author: djg
Date: Sat Oct 25 18:24:56 2008
New Revision: 58168
URL: http://llvm.org/viewvc/llvm-project?rev=58168&view=rev
Log:
Fix for srcdir != objdir.
Modified:
test-suite/trunk/MultiSource/Benchmarks/BitBench/five11/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/BitBench/five11/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/BitBench/five11/Makefile?rev=58168&r1=58167&r2=58168&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/BitBench/five11/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/BitBench/five11/Makefile Sat Oct 25 18:24:56 2008
@@ -2,5 +2,5 @@
PROG = five11
LDFLAGS =
-RUN_OPTIONS = input-file
+RUN_OPTIONS = $(PROJ_SRC_DIR)/input-file
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list