ICU-293 exports makeconv (fixed now per srl's request)

X-SVN-Rev: 930
This commit is contained in:
Yves Arrouye 2000-03-09 06:51:09 +00:00
parent d75f3b5f81
commit 9f576ef390

View File

@ -85,9 +85,9 @@ check: check-local
all-local: $(TARGET) $(CNV_FILES)
#install-local: all-local
# $(mkinstalldirs) $(sbindir)
# $(INSTALL) $(TARGET) $(sbindir)/$(TARGET)
install-local: all-local
$(mkinstalldirs) $(sbindir)
$(INSTALL) $(TARGET) $(sbindir)/$(TARGET)
# $(mkinstalldirs) $(pkgdatadir)/$(VERSION)
# @list='$(notdir $(CNV_FILES)) convrtrs.txt'; for file in $$list; do \
# echo $(INSTALL_DATA) $(top_builddir)/data/$$file $(pkgdatadir)/$(VERSION)/$$file; \