[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec
Nate Begeman
natebegeman at mac.com
Fri Feb 24 11:05:06 PST 2006
Changes in directory llvm-test/External/SPEC:
Makefile.spec updated: 1.51 -> 1.52
---
Log message:
More makefile goodness
---
Diffs of the changes: (+3 -1)
Makefile.spec | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.51 llvm-test/External/SPEC/Makefile.spec:1.52
--- llvm-test/External/SPEC/Makefile.spec:1.51 Thu Feb 23 15:45:50 2006
+++ llvm-test/External/SPEC/Makefile.spec Fri Feb 24 13:04:54 2006
@@ -33,7 +33,9 @@
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/*.f \
+ $(SPEC_BENCH_DIR)/src/*.f90 \
+ $(SPEC_BENCH_DIR)/src/*.F90)
endif
# Disable the default Output/%.out-* targets...
More information about the llvm-commits
mailing list