From: Tom Lane Date: Fri, 16 Jul 1999 22:46:16 +0000 (+0000) Subject: Fix 'SO__MINOR_VERSION' typo in 6.5 branch. X-Git-Tag: REL6_5_1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a3533835ef3543465ca0f29a27b6f63d177c6a2;p=thirdparty%2Fpostgresql.git Fix 'SO__MINOR_VERSION' typo in 6.5 branch. --- 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