[llvm-commits] CVS: llvm-test/External/PerfectClub/Makefile

Misha Brukman brukman at cs.uiuc.edu
Sun Apr 24 16:11:28 PDT 2005



Changes in directory llvm-test/External/PerfectClub:

Makefile updated: 1.1 -> 1.2
---
Log message:

Fix LEVEL of PerfectClub dir


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/External/PerfectClub/Makefile
diff -u llvm-test/External/PerfectClub/Makefile:1.1 llvm-test/External/PerfectClub/Makefile:1.2
--- llvm-test/External/PerfectClub/Makefile:1.1	Sun Apr 24 17:08:49 2005
+++ llvm-test/External/PerfectClub/Makefile	Sun Apr 24 18:11:17 2005
@@ -1,4 +1,4 @@
-LEVEL = ../../..
+LEVEL = ../..
 include $(LEVEL)/Makefile.config
 
 # We can only compile these SPEC benchmarks with F2C






More information about the llvm-commits mailing list