summaryrefslogtreecommitdiff
path: root/lingucomponent/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:39:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:39:27 +0000
commitacd8abd895f613e3b4f89a85f5ccda67e61199f4 (patch)
tree1c10c7ae12caaac76c476eee4cf8fbb1d6721911 /lingucomponent/source
parent7d68ca2923e124f5b1d07ca2c783e6d5cab52cc6 (diff)
INTEGRATION: CWS ooo20040225 (1.6.50); FILE MERGED
2004/02/14 11:15:00 khendricks 1.6.50.1: syncing the 680 tree with my local lingucomponent tree
Diffstat (limited to 'lingucomponent/source')
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk
index a0c26652f..48de395a6 100644
--- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk
+++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hr $ $Date: 2003-03-26 13:02:08 $
+# last change: $Author: hr $ $Date: 2004-03-09 12:39:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,10 +75,10 @@ HNJLIB=libhnj.lib
.IF "$(ULINGULIB)"==""
.IF "$(GUI)"=="UNX"
-ULINGULIB=-lulingu$(UPD)$(DLLPOSTFIX)
+ULINGULIB=-lulingu
.ENDIF # unx
.IF "$(GUI)"=="WNT"
-ULINGULIB=$(LIBPRE) ulingu.lib
+ULINGULIB=libulingu.lib
.ENDIF # wnt
.ENDIF