[ooo-build-commit] Branch 'ooo/master' - oox/source

Jan Holesovsky kendy at kemper.freedesktop.org
Mon Jun 29 17:30:14 PDT 2009


 oox/source/token/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fad69cf618b27c83eed05efc47d686f82ede9e17
Author: Ivo Hinkelmann <ihi at openoffice.org>
Date:   Mon Jun 29 10:14:38 2009 +0000

    #i10000# build fix

diff --git a/oox/source/token/makefile.mk b/oox/source/token/makefile.mk
index c7846d5..3cce788 100644
--- a/oox/source/token/makefile.mk
+++ b/oox/source/token/makefile.mk
@@ -58,7 +58,7 @@ $(MISC)$/do_tokens $(do_phony) : tokens.txt gentoken.pl $(MISC)$/tokens.gperf $(
         $(PERL) gentoken.pl tokens.txt $(INCCOM)$/tokens.hxx $(INCCOM)$/tokenwords.inc $(MISC)$/tokens.gperf && $(TOUCH) $@
 
 $(INCCOM)$/tokens.inc : $(MISC)$/tokens.gperf $(MISC)$/do_tokens
-        gperf --compare-strncmp $(MISC)$/tokens.gperf | $(SED) -e "s/(char\*)0/(char\*)0, 0/g" | $(GREP) -v "^#line" >$(INCCOM)$/tokens.inc
+        $(AUGMENT_LIBRARY_PATH) gperf --compare-strncmp $(MISC)$/tokens.gperf | $(SED) -e "s/(char\*)0/(char\*)0, 0/g" | $(GREP) -v "^#line" >$(INCCOM)$/tokens.inc
 
 $(SLO)$/tokenmap.obj : $(INCCOM)$/tokens.inc $(INCCOM)$/tokenwords.inc $(INCCOM)$/tokens.hxx $(MISC)$/do_tokens
 


More information about the ooo-build-commit mailing list