diff options
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/libpgtcl/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
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@ |