summaryrefslogtreecommitdiff
path: root/hyphen/makefile.mk
diff options
context:
space:
mode:
authorRené Engelhard <rene@openoffice.org>2008-02-18 08:42:59 +0000
committerRené Engelhard <rene@openoffice.org>2008-02-18 08:42:59 +0000
commitd3c19b7e05560b153435374bd7f9310a266ba11a (patch)
treefd420050920826ac77836432d967efd1f17c5ce9 /hyphen/makefile.mk
parent0942e37bd716f15e01ffdbc22a12d8cc3964abd3 (diff)
(windows) build fixes
Diffstat (limited to 'hyphen/makefile.mk')
-rw-r--r--hyphen/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk
index 3e7f45159507..859ddadf9883 100644
--- a/hyphen/makefile.mk
+++ b/hyphen/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rene $ $Date: 2008-01-04 20:32:41 $
+# last change: $Author: rene $ $Date: 2008-02-18 09:42:59 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -46,10 +46,12 @@ TARGET=hyphen
TARFILE_NAME=hyphen-2.3
+ADDITIONAL_FILES += makefile.mk
+
PATCH_FILE_NAME=hyphen-2.3.patch
.IF "$(GUI)"=="UNX"
-#CONFIGURE_DIR=$(BUILD_DIR)
+CONFIGURE_DIR=$(BUILD_DIR)
#relative to CONFIGURE_DIR
CONFIGURE_ACTION=configure
@@ -61,7 +63,7 @@ BUILD_ACTION=make
.IF "$(GUI)"=="WNT"
-BUILD_ACTION=cd src/hunspell && dmake
+BUILD_ACTION=dmake
.ENDIF # "$(GUI)"=="WNT"