[llvm-commits] CVS: llvm/projects/Stacker/test/Makefile

Reid Spencer reid at x10sys.com
Mon Feb 14 08:04:39 PST 2005



Changes in directory llvm/projects/Stacker/test:

Makefile updated: 1.9 -> 1.10
---
Log message:

Update makefile to use PROJ_* makefile variables intead of BUILD_* as
required by changes to the Makefile.rules. Patch contributed by Vladimir
Merzliakov.


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

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/projects/Stacker/test/Makefile
diff -u llvm/projects/Stacker/test/Makefile:1.9 llvm/projects/Stacker/test/Makefile:1.10
--- llvm/projects/Stacker/test/Makefile:1.9	Sat Dec  4 23:18:28 2004
+++ llvm/projects/Stacker/test/Makefile	Mon Feb 14 10:04:28 2005
@@ -37,8 +37,8 @@
 
 test_each: $(TESTS)
 	$(Echo) "Running Tests..."
-	$(Verb) LD_LIBRARY_PATH=$(BUILD_OBJ_ROOT)/lib/$(CONFIGURATION) \
-	  $(BUILD_SRC_DIR)/runtests $(BUILD_OBJ_DIR) $(TESTS) 
+	$(Verb) LD_LIBRARY_PATH=$(PROJ_OBJ_ROOT)/lib/$(CONFIGURATION) \
+	  $(PROJ_SRC_DIR)/runtests $(PROJ_OBJ_DIR) $(TESTS) 
 
 % : %.st Makefile testing.bc
 	$(Echo) "Building $*" 






More information about the llvm-commits mailing list