mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-3 install $(TARGET) if $(ENABLE_STATIC) is
not empty, not if $(ENABLE_SHARED) isn't X-SVN-Rev: 2525
This commit is contained in:
parent
e55dacf4f4
commit
a2ef9023ee
4 changed files with 4 additions and 4 deletions
|
@ -114,7 +114,7 @@ install-local: install-headers install-library
|
|||
|
||||
install-library: all-local
|
||||
$(mkinstalldirs) $(DESTDIR)$(libdir)
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
ifneq ($(ENABLE_STATIC),)
|
||||
$(INSTALL-S) $(TARGET) $(DESTDIR)$(libdir)/$(TARGET)
|
||||
endif
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
|
|
|
@ -104,7 +104,7 @@ install-local: all-local install-headers install-library
|
|||
|
||||
install-library: all-local
|
||||
$(mkinstalldirs) $(DESTDIR)$(libdir)
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
ifneq ($(ENABLE_STATIC),)
|
||||
$(INSTALL-S) $(TARGET) $(DESTDIR)$(libdir)/$(TARGET)
|
||||
endif
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
|
|
|
@ -107,7 +107,7 @@ install-local: install-headers install-library
|
|||
|
||||
install-library: all-local
|
||||
$(mkinstalldirs) $(DESTDIR)$(libdir)
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
ifneq ($(ENABLE_STATIC),)
|
||||
$(INSTALL-S) $(TARGET) $(DESTDIR)$(libdir)/$(TARGET)
|
||||
endif
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
|
|
|
@ -95,7 +95,7 @@ install-local: install-library
|
|||
|
||||
install-library: all-local
|
||||
$(mkinstalldirs) $(DESTDIR)$(libdir)
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
ifneq ($(ENABLE_STATIC),)
|
||||
$(INSTALL-S) $(TARGET) $(DESTDIR)$(libdir)/$(TARGET)
|
||||
endif
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
|
|
Loading…
Add table
Reference in a new issue