diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-07 14:17:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-07 14:17:22 +0000 |
commit | eb78e02179c0518df959a5ed9ac2155f416ba5b8 (patch) | |
tree | 8a0d3303b8f844e2b7788fc2b742741aaf0700e0 | |
parent | 589e7f1464f5e9267af8a5fdd71c558eb37e8b61 (diff) |
#i10000# use dynamic objects instead of static
-rw-r--r-- | hyphen/hyphen-2.3.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hyphen/hyphen-2.3.patch b/hyphen/hyphen-2.3.patch index 97b141b1e3b7..fe8215785649 100644 --- a/hyphen/hyphen-2.3.patch +++ b/hyphen/hyphen-2.3.patch @@ -78,7 +78,7 @@ +# +# $RCSfile: hyphen-2.3.patch,v $ +# -+# $Revision: 1.7 $ ++# $Revision: 1.8 $ +# +# This file is part of OpenOffice.org. +# @@ -116,10 +116,10 @@ +# $(SLO)$/createfp.obj\ +# $(SLO)$/testtextcat.obj + -+OBJFILES= \ -+ $(OBJ)$/hyphen.obj\ -+ $(OBJ)$/hnjalloc.obj\ -+ $(OBJ)$/csutil.obj ++SLOFILES= \ ++ $(SLO)$/hyphen.obj\ ++ $(SLO)$/hnjalloc.obj\ ++ $(SLO)$/csutil.obj + +# --- Targets ------------------------------------------------------ + @@ -128,6 +128,6 @@ +.INCLUDE : target.mk + +hyph_en_US.dic : hyphen.tex -+ cp hyphen.tex hyphen.us ++ $(COPY) hyphen.tex hyphen.us + $(GNUPATCH) < hyphen.patch + $(PERL) substrings.pl hyphen.us hyph_en_US.dic ISO8859.-1 |