diff options
| author | Bruce Momjian | 2004-05-19 21:37:43 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-05-19 21:37:43 +0000 |
| commit | 14531e0c44c1a06c209ddccdffbb56c1562bf129 (patch) | |
| tree | dc9bf6f992e585a73dfb745419ff9dfe1189afac /src/Makefile.shlib | |
| parent | bef228d1eec9522eae136fe4fe90c8aad4e349fd (diff) | |
Rename irix5 port to irix.
Diffstat (limited to 'src/Makefile.shlib')
| -rw-r--r-- | src/Makefile.shlib | 4 |
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 |
