mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 01:43:57 +00:00
Update makefile to use PROJ_* makefile variables intead of BUILD_* as
required by changes to the Makefile.rules. Patch contributed by Vladimir Merzliakov. llvm-svn: 20175
This commit is contained in:
parent
f8b966ff96
commit
6f4a056368
@ -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 $*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user