summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-09-27 19:35:04 +0000
committerBruce Momjian <bruce@momjian.us>1997-09-27 19:35:04 +0000
commita28c50ad3ba97a3f60a7a7628eeae53142649fab (patch)
tree7220a49de2b447a547b384170ab1b39c20e8f8e2
parentcae19f61e34b7a5ac65cbe69a39a4f3ed980552e (diff)
Changed location of libpgtcl stuff.
-rw-r--r--src/interfaces/libpgtcl/Makefile4
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