[llvm-commits] 	CVS: llvm-test/External/SPEC/CFP2000/183.equake/Makefile
    Misha Brukman 
    brukman at cs.uiuc.edu
       
    Mon Sep  6 16:24:09 PDT 2004
    
    
  
Changes in directory llvm-test/External/SPEC/CFP2000/183.equake:
Makefile updated: 1.3 -> 1.4
---
Log message:
Fix path to Makefile.spec2000 as a result of moving test/Programs to a project
---
Diffs of the changes:  (+3 -1)
Index: llvm-test/External/SPEC/CFP2000/183.equake/Makefile
diff -u llvm-test/External/SPEC/CFP2000/183.equake/Makefile:1.3 llvm-test/External/SPEC/CFP2000/183.equake/Makefile:1.4
--- llvm-test/External/SPEC/CFP2000/183.equake/Makefile:1.3	Wed Sep  1 09:33:20 2004
+++ llvm-test/External/SPEC/CFP2000/183.equake/Makefile	Mon Sep  6 18:23:59 2004
@@ -1,6 +1,8 @@
 LEVEL = ../../../..
+
 RUN_OPTIONS     = 
 STDIN_FILENAME  = inp.in
 STDOUT_FILENAME = inp.out
 CPPFLAGS =
-include ../../Makefile.spec2000
+
+include $(LEVEL)/External/SPEC/Makefile.spec2000
    
    
More information about the llvm-commits
mailing list