summaryrefslogtreecommitdiff
path: root/hyphen
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-15 08:31:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-15 08:31:08 +0000
commit132b3dfddbcbf8d8dc99ef8dd4a87a7c8af68e53 (patch)
tree1aa2dbc36ba4731c73bf40d0efecdf88f6e5f2a5 /hyphen
parentad21d980476285e0d06292c5b4744af46687310f (diff)
#i89468#
Diffstat (limited to 'hyphen')
-rw-r--r--hyphen/makefile.mk11
1 files changed, 10 insertions, 1 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk
index b722accbbe07..70ef187034fc 100644
--- a/hyphen/makefile.mk
+++ b/hyphen/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
# This file is part of OpenOffice.org.
#
@@ -50,10 +50,19 @@ PATCH_FILE_NAME=hyphen-2.3.patch
CONFIGURE_DIR=$(BUILD_DIR)
#relative to CONFIGURE_DIR
+# still needed also in system-hyphen case as it creates the makefile
CONFIGURE_ACTION=configure
CONFIGURE_FLAGS= --disable-shared --with-pic
+.IF "$(SYSTEM_HYPH)" == "YES" && "$(WITH_MYSPELL_DICTS)" == "YES"
+BUILD_ACTION=make hyph_en_US.dic
+.ELIF "$(SYSTEM_HYPH)" == "YES" && "$(WITH_MYSPELL_DICTS)" != "YES"
+@all:
+ echo "Nothing to do here."
+.ELSE
BUILD_ACTION=make
+OUT2INC += hyphen.h
+.ENDIF
.ENDIF # "$(GUI)"=="UNX"