diff options
| author | Peter Eisentraut | 2000-06-17 00:10:40 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-06-17 00:10:40 +0000 |
| commit | 1652d433582dc819746ba166a6dbdb9e9643e69a (patch) | |
| tree | 132c0b4ef005551c728cb331a2486bb3b0dfa472 /src/bin/pgtclsh | |
| parent | b36d31030be202830cc21e29ec2fd3aaedbc1ea3 (diff) | |
Remove fmgrstamp-h business -- not needed and confusing
Add options to configure to automatically build for Kerberos
support; no more editing of make files.
Diffstat (limited to 'src/bin/pgtclsh')
| -rw-r--r-- | src/bin/pgtclsh/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile index c4139946d9..95f3a3b6a6 100644 --- a/src/bin/pgtclsh/Makefile +++ b/src/bin/pgtclsh/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.26 2000/06/12 02:23:47 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.27 2000/06/17 00:09:47 petere Exp $ # #------------------------------------------------------------------------- @@ -24,10 +24,6 @@ endif CFLAGS+= $(X_CFLAGS) -I$(LIBPGTCLDIR) -ifdef KRBVERS -LDFLAGS+= $(KRBLIBS) -CFLAGS+= $(KRBFLAGS) -endif # If we are here then TCL is available PGMS = pgtclsh |
