mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 05:00:26 +00:00
Whoops, don't use PROJ variables, these are all LLVM headers. This allows
projects to compile properly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23007 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
755bcf086d
commit
0ced4fbcd7
@ -84,7 +84,7 @@ ifneq ($(MakefileConfigIn),)
|
||||
PreConditions += $(MakefileConfig)
|
||||
endif
|
||||
|
||||
FilesToConfigPATH := $(addprefix $(PROJ_OBJ_ROOT)/,$(FilesToConfig))
|
||||
FilesToConfigPATH := $(addprefix $(LLVM_OBJ_ROOT)/,$(FilesToConfig))
|
||||
PreConditions += $(FilesToConfigPATH)
|
||||
|
||||
preconditions : $(PreConditions)
|
||||
@ -145,9 +145,9 @@ $(ConfigStatusScript): $(ConfigureScript)
|
||||
$(ConfigStatusScript)
|
||||
|
||||
.PRECIOUS: $(FilesToConfigPATH)
|
||||
$(FilesToConfigPATH) : $(PROJ_OBJ_ROOT)/% : $(PROJ_SRC_ROOT)/%.in
|
||||
$(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
|
||||
$(Echo) Regenerating $*
|
||||
$(Verb) cd $(PROJ_OBJ_ROOT) && $(ConfigStatusScript) $*
|
||||
$(Verb) cd $(LLVM_OBJ_ROOT) && $(ConfigStatusScript) $*
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Make sure the configuration makefile is up to date
|
||||
|
Loading…
Reference in New Issue
Block a user