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:
Yves Arrouye 2000-09-27 22:05:50 +00:00
parent e55dacf4f4
commit a2ef9023ee
4 changed files with 4 additions and 4 deletions

View file

@ -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),)

View file

@ -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),)

View file

@ -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),)

View file

@ -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),)