From 953ca76b8d8177d6938c923a731aaa8abe032a6c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 23 Mar 1998 06:03:04 +0000 Subject: more tcl/tk fixes --- src/interfaces/libpgtcl/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/interfaces') diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index 92852a59704..ccfdc8d97d4 100644 --- a/src/interfaces/libpgtcl/Makefile.in +++ b/src/interfaces/libpgtcl/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.4 1998/03/15 08:02:55 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.5 1998/03/23 06:03:04 momjian Exp $ # #------------------------------------------------------------------------- @@ -17,8 +17,7 @@ include $(SRCDIR)/Makefile.global INCLUDE_OPT= \ -I$(SRCDIR)/backend \ -I$(SRCDIR)/include \ - -I$(LIBPQDIR) \ - -I$(TCL_INCDIR) + -I$(LIBPQDIR) PORTNAME=@PORTNAME@ -- cgit v1.2.3