diff options
Diffstat (limited to 'contrib/pgbench')
| -rw-r--r-- | contrib/pgbench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pgbench/Makefile b/contrib/pgbench/Makefile index a2a743a7dc..55e1c68114 100644 --- a/contrib/pgbench/Makefile +++ b/contrib/pgbench/Makefile @@ -1,10 +1,10 @@ -# $PostgreSQL: pgsql/contrib/pgbench/Makefile,v 1.12 2004/08/20 20:13:06 momjian Exp $ +# $PostgreSQL: pgsql/contrib/pgbench/Makefile,v 1.13 2005/03/25 18:17:11 momjian Exp $ PROGRAM = pgbench OBJS = pgbench.o PG_CPPFLAGS = -I$(libpq_srcdir) -PG_LIBS = $(libpq) +PG_LIBS = $(libpq_pgport) DOCS = README.pgbench README.pgbench_jis |
