X-SVN-Rev: 2552
This commit is contained in:
Yves Arrouye 2000-10-03 00:01:27 +00:00
parent 9686d239f0
commit 0fb401e71f
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ all-recursive install-recursive clean-recursive distclean-recursive dist-recursi
fi
clean-recursive-with-twist:
$(MAKE) clean-recursive LOCAL_SUBDIRS='$(CLEAN_FIRST_SUBDIRS) $(filter-out tools,$($(CLEAN_FIRST_SUBDIRS)))'
$(MAKE) clean-recursive LOCAL_SUBDIRS='$(CLEAN_FIRST_SUBDIRS) $(filter-out $(CLEAN_FIRST_SUBDIRS),$(LOCAL_SUBDIRS))'
all-local: $(srcdir)/configure

View file

@ -194,7 +194,7 @@ $(TMPDATADIR)/icupkg.inc: pkgdata/icupkg.inc
# build the ICU and test data
build-local build-pkgdata: $(TMPDATADIR)/icudata.lst $(TMPDATADIR)/testdata.lst $(TMPDATADIR)/icupkg.inc $(DATAFILES) $(DATABUILDDIR)/test.dat
build-local build-pkgdata: $(TMPDATADIR)/icudata.lst $(TMPDATADIR)/testdata.lst $(TMPDATADIR)/icupkg.inc $(DATAFILES)
@$(mkinstalldirs) $(TMPDATADIR)
(cd $(TMPDATADIR); $(PKGDATA) -p icudata ./icudata.lst )
(cd $(TMPDATADIR); $(PKGDATA) -p testdat1 ./testdata.lst )