mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-1075 Get make install to work
X-SVN-Rev: 5609
This commit is contained in:
parent
323a4ba62c
commit
29ab20eaba
1 changed files with 10 additions and 1 deletions
|
@ -100,7 +100,16 @@ check: all check-local
|
|||
|
||||
all-local: $(ALL_TARGETS)
|
||||
|
||||
install-local:
|
||||
install-local: install-library
|
||||
|
||||
install-library: all-local
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
|
||||
ifneq ($(ENABLE_STATIC),)
|
||||
$(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)/$(TARGET)
|
||||
endif
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
$(INSTALL-L) $(SO_TARGET) $(DESTDIR)$(libdir)/$(SO_TARGET)
|
||||
endif
|
||||
|
||||
dist-local:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue