summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane1999-07-16 22:46:16 +0000
committerTom Lane1999-07-16 22:46:16 +0000
commit6a3533835ef3543465ca0f29a27b6f63d177c6a2 (patch)
treed6998925d67b5e41147b84f12c5a2159e96a35e5
parent725d5c7fa8d914648faaae7e4f6c9ee4f16bde53 (diff)
Fix 'SO__MINOR_VERSION' typo in 6.5 branch.
-rw-r--r--src/Makefile.shlib4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index a2d0b73d0a6..bb06b30fbe4 100644
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.12.2.1 1999/07/15 02:03:54 tgl Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.12.2.2 1999/07/16 22:46:16 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -58,7 +58,7 @@ install-shlib-dep :=
ifeq ($(PORTNAME), irix5)
install-shlib-dep := install-shlib
- shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO__MINOR_VERSION)
+ shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
LDFLAGS_SL := -shared
CFLAGS += $(CFLAGS_SL)
endif