ICU-1891 Fixes for z/OS stubdata mode.

X-SVN-Rev: 9331
This commit is contained in:
George Rhoten 2002-07-25 16:07:35 +00:00
parent 891f1d5bf0
commit 7661f072e8

View File

@ -269,7 +269,7 @@ $(BUILDDIR)/icudata390.lst: $(SRCLISTDEPS)
@echo "generating $@ (list of 390 data files)"
@-$(RMV) $@
@for file in $(ALLFILES390); do \
echo $$file >> $@; \
echo $(BUILDDIR)/$(ICUDT)$$file >> $@; \
done;
#########################################################################