diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-27 19:35:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-27 19:35:04 +0000 |
commit | a28c50ad3ba97a3f60a7a7628eeae53142649fab (patch) | |
tree | 7220a49de2b447a547b384170ab1b39c20e8f8e2 | |
parent | cae19f61e34b7a5ac65cbe69a39a4f3ed980552e (diff) |
Changed location of libpgtcl stuff.
-rw-r--r-- | src/interfaces/libpgtcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile index b620fb3c050..d2c6ac5fbf3 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 |