[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 21:04:23 PDT 2004
Changes in directory llvm-test/External/SPEC/CINT2000/197.parser.hacked:
Makefile updated: 1.2 -> 1.3
---
Log message:
Fix some formatting
---
Diffs of the changes: (+5 -3)
Index: llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile
diff -u llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile:1.2 llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile:1.3
--- llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile:1.2 Fri Mar 5 14:38:55 2004
+++ llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile Mon Sep 6 23:04:13 2004
@@ -6,8 +6,10 @@
SPEC_BENCH_DIR := /home/vadve/shared/benchmarks/speccpu2000/benchspec/CINT2000/197.parser/
-Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
-analyze-linkage.c and.c build-disjuncts.c extract-links.c fast-match.c idiom.c main.c massage.c parse.c post-process.c print.c prune.c read-dict.c strncasecmp.c utilities.c word-file.c ) \
- xa.c
+Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
+ analyze-linkage.c and.c build-disjuncts.c extract-links.c \
+ fast-match.c idiom.c main.c massage.c parse.c post-process.c \
+ print.c prune.c read-dict.c strncasecmp.c utilities.c word-file.c) \
+ xa.c
include ../../Makefile.spec2000
More information about the llvm-commits
mailing list