ICU-10455 fix for 'make install' without icuio

X-SVN-Rev: 34495
This commit is contained in:
Steven R. Loomis 2013-09-30 20:30:11 +00:00
parent 4e85ca937d
commit 6934b97a28

View File

@ -63,7 +63,7 @@ all-local: $(TARGET) $(DERB) $(MAN_FILES)
install-local: all-local install-man
$(MKINSTALLDIRS) $(DESTDIR)$(bindir)
$(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
$(INSTALL) $(DERB) $(DESTDIR)$(bindir)
@ICUIO_TRUE@ $(INSTALL) $(DERB) $(DESTDIR)$(bindir)
install-man: $(MAN_FILES)
$(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)