From a28c50ad3ba97a3f60a7a7628eeae53142649fab Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 27 Sep 1997 19:35:04 +0000 Subject: [PATCH] Changed location of libpgtcl stuff. --- src/interfaces/libpgtcl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile index b620fb3c05..d2c6ac5fbf 100644 --- a/src/interfaces/libpgtcl/Makefile +++ b/src/interfaces/libpgtcl/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.15 1997/09/23 00:02:44 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.16 1997/09/27 19:35:04 momjian Exp $ # #------------------------------------------------------------------------- @@ -35,7 +35,7 @@ ifeq ($(PORTNAME), linux) endif shlib := libpgtcl.so.1 install-shlib-dep := install-shlib - LDFLAGS += -L ../../libpq -lpq + LDFLAGS += -L $(SRCDIR)/interfaces/libpq -lpq endif endif -- 2.40.0