[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Wed Oct 6 12:42:04 PDT 2004
Changes in directory llvm-test/External/SPEC/CFP95/101.tomcatv:
Makefile updated: 1.1 -> 1.2
---
Log message:
Specifying 'Output/' is unnecessary for f2c-generated .c files
---
Diffs of the changes: (+1 -1)
Index: llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile
diff -u llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile:1.1 llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile:1.2
--- llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile:1.1 Wed Oct 6 14:20:46 2004
+++ llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile Wed Oct 6 14:41:53 2004
@@ -1,6 +1,6 @@
LEVEL = ../../../..
-Source = Output/tomcatv.c
+Source = tomcatv.c
include $(LEVEL)/Makefile.f2c
STDIN_FILENAME = tomcatv.in
More information about the llvm-commits
mailing list