summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 12:52:49 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 16:28:01 +0100
commit87849a834e24a0c9e0b18478ebeb6e417a020ef9 (patch)
treed446014c901bca4b43e134413f8cf1edaccf43b3 /extensions
parent0f5d93928f5355ca7df998baa429c2ffe33ec923 (diff)
Remove HPUX support
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/unx/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/unx/makefile.mk b/extensions/source/plugin/unx/makefile.mk
index f642a0d4c779..7ed18c291a4c 100644
--- a/extensions/source/plugin/unx/makefile.mk
+++ b/extensions/source/plugin/unx/makefile.mk
@@ -71,7 +71,7 @@ APP1TARGET=pluginapp.bin
APP1OBJS=$(OBJFILES)
APP1STDLIBS= $(SALLIB)
-.IF "$(OS)"=="SOLARIS" || "$(OS)"=="SCO" || "$(OS)"=="HPUX"
+.IF "$(OS)"=="SOLARIS" || "$(OS)"=="SCO"
APP1STDLIBS+=-lXm -lXt $(X11LINK_DYNAMIC) -ldl
.ELSE
.IF "$(DISABLE_XAW)" != "TRUE"