diff options
author | Bruce Momjian | 2007-11-10 23:59:52 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-11-10 23:59:52 +0000 |
commit | 541ff409cc341ce1e0212fc6a7d67eef6709b6b4 (patch) | |
tree | 2210b8db0fca799240686ca34490f05aa4c09b46 /contrib/pgbench/Makefile | |
parent | c3c69ab4fd25a20749b850d34cbc8ce3f1812e3b (diff) |
Remove references to READMEs from /contrib Makefiles.
Diffstat (limited to 'contrib/pgbench/Makefile')
-rw-r--r-- | contrib/pgbench/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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) |