[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/Ptrdist/anagram:
Makefile updated: 1.6 -> 1.7
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+3 -3)
Index: llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile:1.6 llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile:1.7
--- llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile:1.6 Fri Sep 12 11:02:36 2003
+++ llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile Wed Sep 1 09:33:25 2004
@@ -1,13 +1,13 @@
-LEVEL=../../../../../..
+LEVEL=../../../..
-include $(LEVEL)/Makefile.config
+#include $(LLVM_OBJ_ROOT)/Makefile.config
PROG = anagram
#OBJS = anagram.o
RUN_OPTIONS = words
STDIN_FILENAME = $(BUILD_SRC_DIR)/input.OUT
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
#test:
# $(SIM) ./anagram words < input.in > FOO
More information about the llvm-commits
mailing list