[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile
Jeff Cohen
jeffc at jolt-lang.org
Thu Mar 29 18:29:27 PDT 2007
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
More information about the llvm-commits
mailing list