ICU-1075 Get make install to work

X-SVN-Rev: 5609
This commit is contained in:
George Rhoten 2001-08-29 22:08:28 +00:00
parent 323a4ba62c
commit 29ab20eaba

View file

@ -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: