[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/177.mesa/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 20:37:45 PDT 2004
Changes in directory llvm-test/External/SPEC/CFP2000/177.mesa:
Makefile updated: 1.6 -> 1.7
---
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/177.mesa/Makefile
diff -u llvm-test/External/SPEC/CFP2000/177.mesa/Makefile:1.6 llvm-test/External/SPEC/CFP2000/177.mesa/Makefile:1.7
--- llvm-test/External/SPEC/CFP2000/177.mesa/Makefile:1.6 Mon Sep 6 18:22:12 2004
+++ llvm-test/External/SPEC/CFP2000/177.mesa/Makefile Mon Sep 6 22:37:34 2004
@@ -20,4 +20,4 @@
texstate.c texture.c triangle.c varray.c vb.c vbfill.c vbrender.c \
vbxform.c winpos.c xform.c mesa4.c)
-include $(LEVEL)/External/SPEC/Makefile.spec2000
+include ../../Makefile.spec2000
More information about the llvm-commits
mailing list