mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-24 06:30:19 +00:00
Remove even the slightest chance of a race condition occurring :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15951 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b38e40564b
commit
05e90a0f64
@ -459,12 +459,12 @@ endif
|
||||
# Handle the CONFIG_FILES options
|
||||
#---------------------------------------------------------
|
||||
ifdef CONFIG_FILES
|
||||
install:: $(sysconfdir) install-config-files
|
||||
install:: install-config-files
|
||||
|
||||
$(sysconfdir):
|
||||
$(MKDIR) $(sysconfdir)
|
||||
|
||||
install-config-files: $(CONFIG_FILES)
|
||||
install-config-files: $(sysconfdir) $(CONFIG_FILES)
|
||||
$(VERB) echo Installing Configuration Files To $(sysconfdir)
|
||||
$(VERB) for file in $(CONFIG_FILES); do \
|
||||
$(INSTALL) $(SourceDir)/$${file} $(sysconfdir) ; \
|
||||
|
Loading…
Reference in New Issue
Block a user