[llvm-commits] CVS: llvm-test/MultiSource/Applications/Makefile

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



Changes in directory llvm-test/MultiSource/Applications:

Makefile updated: 1.11 -> 1.12
---
Log message:

Migrating test suite out of the source tree.



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

Index: llvm-test/MultiSource/Applications/Makefile
diff -u llvm-test/MultiSource/Applications/Makefile:1.11 llvm-test/MultiSource/Applications/Makefile:1.12
--- llvm-test/MultiSource/Applications/Makefile:1.11	Thu Jul  1 09:05:51 2004
+++ llvm-test/MultiSource/Applications/Makefile	Wed Sep  1 09:33:20 2004
@@ -1,12 +1,12 @@
 # MultiSource/Applications Makefile:  Build all subdirectories automatically
 
-LEVEL = ../../../..
+LEVEL = ../..
 
-include $(LEVEL)/Makefile.config
+include $(LEVEL)/Makefile.common
 
 PARALLEL_DIRS  = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc
 ifeq ($(OS),Linux)
 PARALLEL_DIRS += kimwitu++ obsequi
 endif
 
-include $(LEVEL)/test/Programs/Makefile.programs
+include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list