Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cae19f6

Browse files
committed
Changed location of libpgtcl stuff.
1 parent fc50064 commit cae19f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pgtclsh/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.8 1997/09/27 19:13:56 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.9 1997/09/27 19:28:40 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -17,7 +17,7 @@ include ../../Makefile.global
1717
CFLAGS+= -I$(TCL_INCDIR) -I$(TK_INCDIR) -I$(X11_INCDIR) -I$(SRCDIR)/interfaces/libpgtcl
1818

1919
# try to find libpgtcl.a in either directory
20-
LIBPGTCL= -L$(SRCDIR)/libpgtcl -L$(LIBDIR) -lpgtcl
20+
LIBPGTCL= -L$(SRCDIR)/interfaces/libpgtcl -L$(LIBDIR) -lpgtcl
2121
LIBPQ= -L$(LIBPQDIR) -L$(LIBDIR) -lpq
2222

2323
all: pgtclsh pgtksh

0 commit comments

Comments
 (0)