[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile

John Criswell criswell at cs.uiuc.edu
Wed Sep 1 07:34:26 PDT 2004



Changes in directory llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2:

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

Migrating test suite out of the source tree.



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

Index: llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile
diff -u llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile:1.1 llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile:1.1	Sat Oct 11 16:18:47 2003
+++ llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile	Wed Sep  1 09:33:23 2004
@@ -1,4 +1,4 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
 
 PROG     = pcompress2
 CPPFLAGS = -DVERSION='"1.00"' -DCOMPDATE="\"today\"" -DCFLAGS='""' -DHOSTNAME="\"thishost\"" 
@@ -8,5 +8,5 @@
 else
 RUN_OPTIONS = test.in
 endif
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
 






More information about the llvm-commits mailing list