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/pl/tcl | |
| 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/pl/tcl')
| -rw-r--r-- | src/pl/tcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile index 2adff516493..b58d4944b1a 100644 --- a/src/pl/tcl/Makefile +++ b/src/pl/tcl/Makefile @@ -4,7 +4,7 @@ # Makefile for the pltcl shared object # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.16 2000/06/12 02:23:52 momjian Exp $ +# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.17 2000/06/17 00:10:25 petere Exp $ # #------------------------------------------------------------------------- @@ -70,7 +70,7 @@ CFLAGS= $(TCL_CFLAGS_OPTIMIZE) CFLAGS+= $(TCL_SHLIB_CFLAGS) $(TCL_DEFS) -CFLAGS+= -I$(SRCDIR)/include $(PGSQL_INCLUDES) +CFLAGS+= -I$(SRCDIR)/include $(INCLUDES) # # Uncomment the following to enable the unknown command lookup |
