[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/188.ammp/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 20:41:29 PDT 2004
Changes in directory llvm-test/External/SPEC/CFP2000/188.ammp:
Makefile updated: 1.5 -> 1.6
---
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/188.ammp/Makefile
diff -u llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.5 llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.6
--- llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.5 Mon Sep 6 18:24:03 2004
+++ llvm-test/External/SPEC/CFP2000/188.ammp/Makefile Mon Sep 6 22:41:18 2004
@@ -14,4 +14,4 @@
endif
endif
-include $(LEVEL)/External/SPEC/Makefile.spec2000
+include ../../Makefile.spec2000
More information about the llvm-commits
mailing list