ICU-360 oops.. forgot a mkdir.
X-SVN-Rev: 2257
This commit is contained in:
parent
d8ad2edf61
commit
731962cfd2
@ -177,6 +177,7 @@ distclean-local: clean-local
|
||||
|
||||
$(TMPDATADIR)/icudata.lst: Makefile $(srcdir)/Makefile.in $(srcdir)/genrb/genrbfiles.mk $(srcdir)/makeconv/ucmfiles.mk
|
||||
@echo Generating $@ list of data files
|
||||
@$(mkinstalldirs) $(TMPDATADIR)
|
||||
@-$(RMV) $(TMPDATADIR)/icudata.lst
|
||||
@for file in $(DATAFILES); do \
|
||||
echo `pwd`/$$file >> $(TMPDATADIR)/icudata.lst; \
|
||||
|
Loading…
Reference in New Issue
Block a user