From 541ff409cc341ce1e0212fc6a7d67eef6709b6b4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 10 Nov 2007 23:59:52 +0000 Subject: Remove references to READMEs from /contrib Makefiles. --- contrib/pgbench/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'contrib/pgbench/Makefile') diff --git a/contrib/pgbench/Makefile b/contrib/pgbench/Makefile index 0a0be038c09..d13cb7405a4 100644 --- a/contrib/pgbench/Makefile +++ b/contrib/pgbench/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/pgbench/Makefile,v 1.15 2007/06/26 22:05:03 tgl Exp $ +# $PostgreSQL: pgsql/contrib/pgbench/Makefile,v 1.16 2007/11/10 23:59:51 momjian Exp $ PROGRAM = pgbench OBJS = pgbench.o @@ -6,8 +6,6 @@ OBJS = pgbench.o PG_CPPFLAGS = -I$(libpq_srcdir) PG_LIBS = $(libpq_pgport) -DOCS = README.pgbench README.pgbench_jis - ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) -- cgit v1.2.3