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/test/bench | |
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/test/bench')
-rw-r--r-- | src/test/bench/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/test/bench/Makefile b/src/test/bench/Makefile index 69b1f365ada..223f5b295cd 100644 --- a/src/test/bench/Makefile +++ b/src/test/bench/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/test/bench/Attic/Makefile,v 1.5 1998/01/04 19:12:48 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/test/bench/Attic/Makefile,v 1.6 2000/06/17 00:10:28 petere Exp $ # #------------------------------------------------------------------------- @@ -19,13 +19,6 @@ OUTFILES= bench.out bench.out.perquery CFLAGS+= -I$(LIBPQDIR) $(CFLAGS_SL) -# -# And where libpq goes, so goes the authentication stuff... -# -ifdef KRBVERS -LDFLAGS+= $(KRBLIBS) -CFLAGS+= $(KRBFLAGS) -endif all: $(CREATEFILES) rm -f $(OUTFILES) |