]> granicus.if.org Git - postgresql/commitdiff
From: Tom Lane <tgl@sss.pgh.pa.us>
authorMarc G. Fournier <scrappy@hub.org>
Sun, 24 May 1998 03:48:58 +0000 (03:48 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 24 May 1998 03:48:58 +0000 (03:48 +0000)
... 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

index d178d74b452e1cc68701143823e7e6cb9b5dc677..969111eab87f9a770fd0acd5e5c2a838ca8f57f5 100644 (file)
@@ -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