mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Fix installation of configuration files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -530,9 +530,9 @@ install-local:: $(PROJ_etcdir) $(CONFIG_FILES)
|
|||||||
$(Echo) Installing Configuration Files To $(PROJ_etcdir)
|
$(Echo) Installing Configuration Files To $(PROJ_etcdir)
|
||||||
$(Verb)for file in $(CONFIG_FILES); do \
|
$(Verb)for file in $(CONFIG_FILES); do \
|
||||||
if test -f $(PROJ_OBJ_DIR)/$${file} ; then \
|
if test -f $(PROJ_OBJ_DIR)/$${file} ; then \
|
||||||
$(Install) -D -m 0644 $(PROJ_OBJ_DIR)/$${file} $(PROJ_etcdir) ; \
|
$(Install) -m 0644 $(PROJ_OBJ_DIR)/$${file} $(PROJ_etcdir) ; \
|
||||||
elif test -f $(PROJ_SRC_DIR)/$${file} ; then \
|
elif test -f $(PROJ_SRC_DIR)/$${file} ; then \
|
||||||
$(Install) -D -m 0644 $(PROJ_SRC_DIR)/$${file} $(PROJ_etcdir) ; \
|
$(Install) -m 0644 $(PROJ_SRC_DIR)/$${file} $(PROJ_etcdir) ; \
|
||||||
else \
|
else \
|
||||||
$(ECHO) Error: cannot find config file $${file}. ; \
|
$(ECHO) Error: cannot find config file $${file}. ; \
|
||||||
fi \
|
fi \
|
||||||
|
Reference in New Issue
Block a user