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

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 6 16:43:48 PDT 2004



Changes in directory llvm-test/External/SPEC:

Makefile.spec2000 updated: 1.4 -> 1.5
---
Log message:

Unbreak Makefile: we can get Makefile.config via Makefile.common


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

Index: llvm-test/External/SPEC/Makefile.spec2000
diff -u llvm-test/External/SPEC/Makefile.spec2000:1.4 llvm-test/External/SPEC/Makefile.spec2000:1.5
--- llvm-test/External/SPEC/Makefile.spec2000:1.4	Mon Sep  6 03:36:37 2004
+++ llvm-test/External/SPEC/Makefile.spec2000	Mon Sep  6 18:43:37 2004
@@ -4,7 +4,7 @@
 #
 ##===----------------------------------------------------------------------===##
 
-#include $(LEVEL)/Makefile.config
+include $(LEVEL)/Makefile.common
 
 SPEC_ROOT := $(SPEC2000_ROOT)
 CPPFLAGS += -DSPEC_CPU2000






More information about the llvm-commits mailing list