ICU-608 cut down the noise..

X-SVN-Rev: 2591
This commit is contained in:
Steven R. Loomis 2000-10-06 04:21:05 +00:00
parent 2802e52208
commit 3d33f69796

View File

@ -184,7 +184,7 @@ $(TMPDATADIR)/icudata.lst: Makefile $(srcdir)/Makefile.in $(srcdir)/genrb/genrbf
@echo Generating $@ list of data files
@$(mkinstalldirs) $(TMPDATADIR)
@-$(RMV) $(TMPDATADIR)/icudata.lst
for file in $(DATAFILES); do \
@for file in $(DATAFILES); do \
echo $$file >> $(TMPDATADIR)/icudata.lst; \
done;