summaryrefslogtreecommitdiff
path: root/src/bin/pgtclsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pgtclsh/Makefile')
-rw-r--r--src/bin/pgtclsh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile
index 1efe893091..b0e474508e 100644
--- a/src/bin/pgtclsh/Makefile
+++ b/src/bin/pgtclsh/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.17 1998/04/06 16:51:35 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.18 1998/05/12 15:42:08 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -22,8 +22,8 @@ CFLAGS+= $(KRBFLAGS)
endif
# try to find libpgtcl.a in either directory
-LIBPGTCL= -L$(SRCDIR)/interfaces/libpgtcl -L$(LIBDIR) -lpgtcl
-LIBPQ= -L$(LIBPQDIR) -L$(LIBDIR) -lpq
+LIBPGTCL= -L$(SRCDIR)/interfaces/libpgtcl -lpgtcl
+LIBPQ= -L$(LIBPQDIR) -lpq
all: pgtclsh pgtksh