mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-262 Corrected the headers installation loop.
X-SVN-Rev: 717
This commit is contained in:
parent
f0566d5e40
commit
693bc71060
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ install-library: all-local
|
|||
|
||||
install-headers:
|
||||
$(mkinstalldirs) $(includedir)/unicode
|
||||
@list='$(HEADERS)'; for file in $$list; do \
|
||||
@for file in $(HEADERS); do \
|
||||
echo " $(INSTALL_DATA) $$file $(includedir)/$$file"; \
|
||||
$(INSTALL_DATA) $$file $(includedir)/$$file; \
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue