mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Don't attempt to update LLVM configured header files from a build in a
project. Thanks to Chris for pointing out this deficiency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e28e40a273
commit
6f5f8b380a
@ -144,10 +144,15 @@ $(ConfigStatusScript): $(ConfigureScript)
|
||||
$(ConfigStatusScript) --recheck $(ConfigureScriptFLAGS) && \
|
||||
$(ConfigStatusScript)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# If we're buildilng LLVM, then make sure the generated headers are Up2Dt
|
||||
#------------------------------------------------------------------------
|
||||
ifeq ($(LLVM_OBJ_ROOT),$(PROJ_OBJ_ROOT))
|
||||
.PRECIOUS: $(FilesToConfigPATH)
|
||||
$(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
|
||||
$(Echo) Regenerating $*
|
||||
$(Verb) cd $(LLVM_OBJ_ROOT) && $(ConfigStatusScript) $*
|
||||
endif
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Make sure the configuration makefile is up to date
|
||||
|
Loading…
x
Reference in New Issue
Block a user