summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
diff options
context:
space:
mode:
authorBruce Momjian2004-05-19 21:37:43 +0000
committerBruce Momjian2004-05-19 21:37:43 +0000
commit14531e0c44c1a06c209ddccdffbb56c1562bf129 (patch)
treedc9bf6f992e585a73dfb745419ff9dfe1189afac /src/Makefile.shlib
parentbef228d1eec9522eae136fe4fe90c8aad4e349fd (diff)
Rename irix5 port to irix.
Diffstat (limited to 'src/Makefile.shlib')
-rw-r--r--src/Makefile.shlib4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 0414398d89..300d885447 100644
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.75 2004/05/12 21:56:27 momjian Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.76 2004/05/19 21:37:43 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -139,7 +139,7 @@ ifeq ($(PORTNAME), hpux)
endif
endif
-ifeq ($(PORTNAME), irix5)
+ifeq ($(PORTNAME), irix)
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
LINK.shared = $(COMPILER) -shared -Wl,-set_version,sgi$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
endif