summaryrefslogtreecommitdiff
path: root/hyphen
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-21 16:34:45 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-21 16:34:45 +0300
commitf05f8318294f07957863b166ca316b8df1bcbd4e (patch)
treecf6438981b1bfc3538dfe9ef1b70a45a353736e9 /hyphen
parent594c9038df36fcc9502aa0063ad049017194b5e2 (diff)
Drop OS2
Diffstat (limited to 'hyphen')
-rw-r--r--hyphen/makefile.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk
index 529020f94e67..d7169e4ee343 100644
--- a/hyphen/makefile.mk
+++ b/hyphen/makefile.mk
@@ -99,11 +99,6 @@ BUILD_ACTION=dmake
OUT2INC += hyphen.h
.ENDIF # "$(GUI)"=="WNT"
-.IF "$(GUI)"=="OS2"
-BUILD_ACTION=dmake
-OUT2INC += hyphen.h
-.ENDIF # "$(GUI)"=="OS2"
-
.IF "$(CROSS_COMPILING)"!=""
CONFIGURE_FLAGS+= --build="$(BUILD_PLATFORM)" --host="$(HOST_PLATFORM)"
.ENDIF