| Index: third_party/icu/patches/segmentation.patch.txt
|
| ===================================================================
|
| --- third_party/icu/patches/segmentation.patch.txt (revision 31724)
|
| +++ third_party/icu/patches/segmentation.patch.txt (working copy)
|
| @@ -3744,3 +3744,17 @@
|
| LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
|
|
|
| OBJECTS = genctd.o
|
| +--- source/data/Makefile.in 2009-05-20 23:03:54.000000000 -0700
|
| ++++ source/data/Makefile.in 2009-10-21 15:43:18.235201000 -0700
|
| +@@ -452,8 +452,9 @@
|
| + #################################################### CTD
|
| + # CTD FILES
|
| +
|
| +-$(BRKBLDDIR)/%.ctd: $(BRKSRCDIR)/%.txt $(TOOLBINDIR)/genctd$(TOOLEXEEXT) $(DAT_FILES)
|
| +- $(INVOKE) $(TOOLBINDIR)/genctd -c -i $(BUILDDIR) -o $@ $<
|
| ++# .ctd file now generated regardless of whether dictionary file exists
|
| ++$(BRKBLDDIR)/%.ctd: $(TOOLBINDIR)/genctd$(TOOLEXEEXT) $(DAT_FILES)
|
| ++ $(INVOKE) $(TOOLBINDIR)/genctd -c -i $(BUILDDIR) -o $@ $(BRKSRCDIR)/$(*F).txt
|
| +
|
| + #################################################### CFU
|
| + # CFU FILES
|
|
|