From: Marc G. Fournier Date: Sun, 24 May 1998 03:48:58 +0000 (+0000) Subject: From: Tom Lane X-Git-Tag: REL6_4_2~964 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaa1df28bfdf5266ba2dd472ff29d6974cab1ca2;p=postgresql 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. --- 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