[llvm-commits] [test-suite] r58169 - /test-suite/trunk/MultiSource/Benchmarks/BitBench/drop3/Makefile

Dan Gohman gohman at apple.com
Sat Oct 25 16:26:13 PDT 2008


Author: djg
Date: Sat Oct 25 18:26:12 2008
New Revision: 58169

URL: http://llvm.org/viewvc/llvm-project?rev=58169&view=rev
Log:
Fix for srcdir != objdir.

Modified:
    test-suite/trunk/MultiSource/Benchmarks/BitBench/drop3/Makefile

Modified: test-suite/trunk/MultiSource/Benchmarks/BitBench/drop3/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/BitBench/drop3/Makefile?rev=58169&r1=58168&r2=58169&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/BitBench/drop3/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/BitBench/drop3/Makefile Sat Oct 25 18:26:12 2008
@@ -2,5 +2,5 @@
 
 PROG     = drop3
 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