mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-12 'unicode/' in include path [header export fixes]
X-SVN-Rev: 545
This commit is contained in:
parent
50797ada47
commit
fea8b1b618
3 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,7 @@ install-library: all-local
|
|||
$(INSTALL) $(TARGET) $(libdir)/$(TARGET)
|
||||
|
||||
install-headers:
|
||||
$(mkinstalldirs) $(includedir)
|
||||
$(mkinstalldirs) $(includedir)/unicode
|
||||
@list='$(HEADERS)'; for file in $$list; do \
|
||||
echo " $(INSTALL_DATA) $$file $(includedir)/$$file"; \
|
||||
$(INSTALL_DATA) $$file $(includedir)/$$file; \
|
||||
|
|
|
@ -85,7 +85,7 @@ install-library: all-local
|
|||
$(INSTALL) $(TARGET) $(libdir)/$(TARGET)
|
||||
|
||||
install-headers:
|
||||
$(mkinstalldirs) $(includedir)
|
||||
$(mkinstalldirs) $(includedir)/unicode
|
||||
@list='$(HEADERS)'; for file in $$list; do \
|
||||
echo " $(INSTALL_DATA) $$file $(includedir)/$$file"; \
|
||||
$(INSTALL_DATA) $$file $(includedir)/$$file; \
|
||||
|
|
|
@ -93,7 +93,7 @@ install-library: all-local
|
|||
$(INSTALL) $(TARGET) $(libdir)/$(TARGET)
|
||||
|
||||
install-headers:
|
||||
$(mkinstalldirs) $(includedir)
|
||||
$(mkinstalldirs) $(includedir)/unicode
|
||||
@list='$(HEADERS)'; for file in $$list; do \
|
||||
echo " $(INSTALL_DATA) $$file $(includedir)/$$file"; \
|
||||
$(INSTALL_DATA) $$file $(includedir)/$$file; \
|
||||
|
|
Loading…
Add table
Reference in a new issue