From eaa1df28bfdf5266ba2dd472ff29d6974cab1ca2 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 24 May 1998 03:48:58 +0000 Subject: [PATCH] From: Tom Lane ... which causes it to build and install the shared version of libpgtcl under the wrong name, on HPUX only. Patch against today's sources follows. --- src/interfaces/libpgtcl/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index d178d74b45..969111eab8 100644 --- a/src/interfaces/libpgtcl/Makefile.in +++ b/src/interfaces/libpgtcl/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.14 1998/05/12 21:44:01 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.15 1998/05/24 03:48:58 scrappy Exp $ # #------------------------------------------------------------------------- @@ -75,7 +75,7 @@ endif ifeq ($(PORTNAME), hpux) install-shlib-dep := install-shlib - shlib := libpq.sl + shlib := libpgtcl.sl LDFLAGS_SL = -b CFLAGS += $(CFLAGS_SL) endif