summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-02-14 16:04:28 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-02-14 16:04:28 +0000
commitf1e6e84c66a10d485db2b3997424fb889b3ed0e2 (patch)
treeef9955e1de3a331ce50a10fbc62f670599f2de83 /projects
parentcf61b124a8aa2325b6e3e70b88a0b24b48cac6e2 (diff)
downloadllvm-f1e6e84c66a10d485db2b3997424fb889b3ed0e2.tar.gz
llvm-f1e6e84c66a10d485db2b3997424fb889b3ed0e2.tar.bz2
llvm-f1e6e84c66a10d485db2b3997424fb889b3ed0e2.tar.xz
Update makefile to use PROJ_* makefile variables intead of BUILD_* as
required by changes to the Makefile.rules. Patch contributed by Vladimir Merzliakov. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/Stacker/test/Makefile b/projects/Stacker/test/Makefile
index 7e384139dd..bb0ba05823 100644
--- a/projects/Stacker/test/Makefile
+++ b/projects/Stacker/test/Makefile
@@ -37,8 +37,8 @@ all :: test_each
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 $*"