[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile

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


Changes in directory llvm/test/Programs/MultiSource/McCat/01-qbsort:

Makefile updated: 1.2 -> 1.3

---
Log message:

Changes to handle relocation of test to a new subdirectory


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile
diff -u llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile:1.2 llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile:1.3
--- llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile:1.2	Sun Jun  1 21:02:04 2003
+++ llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile	Fri Aug 15 13:59:12 2003
@@ -1,7 +1,7 @@
-LEVEL = ../../../..
+LEVEL = ../../../../..
 PROG = qbsort
 LDFLAGS = -lm
 #RUN_OPTIONS += 
 STDIN_FILENAME = benchmark.in3
-include ../Makefile.multisrc
+include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
 





More information about the llvm-commits mailing list