[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden/tsp/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 15 14:07:01 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/Olden/tsp:

Makefile updated: 1.3 -> 1.4

---
Log message:

Relocate tests into an Olden directory


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/Olden/tsp/Makefile
diff -u llvm/test/Programs/MultiSource/Olden/tsp/Makefile:1.3 llvm/test/Programs/MultiSource/Olden/tsp/Makefile:1.4
--- llvm/test/Programs/MultiSource/Olden/tsp/Makefile:1.3	Mon Jun 16 10:51:30 2003
+++ llvm/test/Programs/MultiSource/Olden/tsp/Makefile	Fri Aug 15 14:05:33 2003
@@ -1,8 +1,9 @@
-LEVEL = ../../../..
+LEVEL = ../../../../..
 
 PROG     = tsp
 CPPFLAGS = -DTORONTO
 LDFLAGS  = -lm
 RUN_OPTIONS = 1024000
 
-include	../Makefile.multisrc
+include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+





More information about the llvm-commits mailing list