We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc50064 commit cae19f6Copy full SHA for cae19f6
src/bin/pgtclsh/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.8 1997/09/27 19:13:56 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.9 1997/09/27 19:28:40 momjian Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -17,7 +17,7 @@ include ../../Makefile.global
17
CFLAGS+= -I$(TCL_INCDIR) -I$(TK_INCDIR) -I$(X11_INCDIR) -I$(SRCDIR)/interfaces/libpgtcl
18
19
# try to find libpgtcl.a in either directory
20
-LIBPGTCL= -L$(SRCDIR)/libpgtcl -L$(LIBDIR) -lpgtcl
+LIBPGTCL= -L$(SRCDIR)/interfaces/libpgtcl -L$(LIBDIR) -lpgtcl
21
LIBPQ= -L$(LIBPQDIR) -L$(LIBDIR) -lpq
22
23
all: pgtclsh pgtksh
0 commit comments