[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile

Alkis Evlogimenos alkis at niobe.cs.uiuc.edu
Wed Feb 25 18:08:50 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT2000/254.gap:

Makefile updated: 1.3 -> 1.4

---
Log message:

Make SPEC tests share a common Makefile.


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

Index: llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile:1.3 llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile:1.4
--- llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile:1.3	Tue Jul 29 17:40:03 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile	Wed Feb 25 18:01:20 2004
@@ -3,7 +3,7 @@
 STDOUT_FILENAME = $(RUN_TYPE).out
 STDIN_FILENAME  = $(RUN_TYPE).in
 CPPFLAGS = -DSYS_IS_USG -DSYS_HAS_CALLOC_PROTO -DSYS_HAS_IOCTL_PROTO -DSYS_HAS_TIME_PROTO
-include ../../Makefile.spec
+include ../../Makefile.spec2000
 ifeq ($(ARCH),Sparc)
 CPPFLAGS+= -DSPEC_CPU2000_LP64
 endif





More information about the llvm-commits mailing list