[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/183.equake/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 20:41:25 PDT 2004
Changes in directory llvm-test/External/SPEC/CFP2000/183.equake:
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/183.equake/Makefile
diff -u llvm-test/External/SPEC/CFP2000/183.equake/Makefile:1.4 llvm-test/External/SPEC/CFP2000/183.equake/Makefile:1.5
--- llvm-test/External/SPEC/CFP2000/183.equake/Makefile:1.4 Mon Sep 6 18:23:59 2004
+++ llvm-test/External/SPEC/CFP2000/183.equake/Makefile Mon Sep 6 22:41:15 2004
@@ -5,4 +5,4 @@
STDOUT_FILENAME = inp.out
CPPFLAGS =
-include $(LEVEL)/External/SPEC/Makefile.spec2000
+include ../../Makefile.spec2000
More information about the llvm-commits
mailing list