[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/179.art/Makefile

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 6 20:41:24 PDT 2004



Changes in directory llvm-test/External/SPEC/CFP2000/179.art:

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

Use relative include for Makefile.spec2000 since we know where it is.


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

Index: llvm-test/External/SPEC/CFP2000/179.art/Makefile
diff -u llvm-test/External/SPEC/CFP2000/179.art/Makefile:1.4 llvm-test/External/SPEC/CFP2000/179.art/Makefile:1.5
--- llvm-test/External/SPEC/CFP2000/179.art/Makefile:1.4	Mon Sep  6 18:23:58 2004
+++ llvm-test/External/SPEC/CFP2000/179.art/Makefile	Mon Sep  6 22:41:14 2004
@@ -10,4 +10,4 @@
 STDOUT_FILENAME = $(RUN_TYPE).out
 CPPFLAGS =
 
-include $(LEVEL)/External/SPEC/Makefile.spec2000
+include ../../Makefile.spec2000






More information about the llvm-commits mailing list