diff options
author | Bruce Momjian | 1998-03-23 06:03:04 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-03-23 06:03:04 +0000 |
commit | 953ca76b8d8177d6938c923a731aaa8abe032a6c (patch) | |
tree | 2f0da4578cc4d43e2cca7cfdc14e0ccf8cd6dc8d /src/bin/pgtclsh | |
parent | 97e461b10136bcad27598f5f907c0b67fef10547 (diff) |
more tcl/tk fixes
Diffstat (limited to 'src/bin/pgtclsh')
-rw-r--r-- | src/bin/pgtclsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile index 76cc6f85094..2adc6f5310b 100644 --- a/src/bin/pgtclsh/Makefile +++ b/src/bin/pgtclsh/Makefile @@ -7,14 +7,14 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.12 1998/03/23 04:08:05 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.13 1998/03/23 06:02:39 momjian Exp $ # #------------------------------------------------------------------------- SRCDIR= ../.. include ../../Makefile.global -CFLAGS+= $(X_CFLAGS) -I$(TCL_INCDIR) -I$(TK_INCDIR) -I$(SRCDIR)/interfaces/libpgtcl +CFLAGS+= $(X_CFLAGS) -I$(SRCDIR)/interfaces/libpgtcl ifdef KRBVERS LDFLAGS+= $(KRBLIBS) |