[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec
Chris Lattner
lattner at cs.uiuc.edu
Thu Feb 23 13:46:02 PST 2006
Changes in directory llvm-test/External/SPEC:
Makefile.spec updated: 1.50 -> 1.51
---
Log message:
fix a typo
---
Diffs of the changes: (+3 -3)
Makefile.spec | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.50 llvm-test/External/SPEC/Makefile.spec:1.51
--- llvm-test/External/SPEC/Makefile.spec:1.50 Thu Feb 23 15:39:38 2006
+++ llvm-test/External/SPEC/Makefile.spec Thu Feb 23 15:45:50 2006
@@ -31,9 +31,9 @@
PROG := $(BENCH_NAME)
ifndef Source
Source := $(wildcard $(SPEC_BENCH_DIR)/src/*.c \
- $(SPEC_BENCH_DIR)/src/*.cc) \
- $(SPEC_BENCH_DIR)/src/*.cpp) \
- $(SPEC_BENCH_DIR)/src/*.f)
+ $(SPEC_BENCH_DIR)/src/*.cc \
+ $(SPEC_BENCH_DIR)/src/*.cpp \
+ $(SPEC_BENCH_DIR)/src/*.f)
endif
# Disable the default Output/%.out-* targets...
More information about the llvm-commits
mailing list