[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

Misha Brukman brukman at cs.uiuc.edu
Thu Oct 7 14:57:03 PDT 2004



Changes in directory llvm-test/External/SPEC:

Makefile.spec updated: 1.41 -> 1.42
---
Log message:

Fortran files are program files, too


---
Diffs of the changes:  (+1 -0)

Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.41 llvm-test/External/SPEC/Makefile.spec:1.42
--- llvm-test/External/SPEC/Makefile.spec:1.41	Mon Sep 20 13:40:45 2004
+++ llvm-test/External/SPEC/Makefile.spec	Thu Oct  7 16:56:53 2004
@@ -31,6 +31,7 @@
 PROG := $(BENCH_NAME)
 ifndef Source
 Source := $(wildcard $(SPEC_BENCH_DIR)/src/*.c $(SPEC_BENCH_DIR)/src/*.cc)
+Source += $(wildcard $(SPEC_BENCH_DIR)/src/*.f)
 endif
 
 # Disable the default Output/%.out-* targets...






More information about the llvm-commits mailing list