From 636edd553daafeaab775d0f4054ca02fa5240ad0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 28 Apr 2009 17:07:50 +0000 Subject: [PATCH] Blank line Makefile cleanups. --- contrib/pg_trgm/Makefile | 3 +-- contrib/pgrowlocks/Makefile | 3 +-- contrib/pgstattuple/Makefile | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/contrib/pg_trgm/Makefile b/contrib/pg_trgm/Makefile index 04dc1ef6a2..c9f139e9b6 100644 --- a/contrib/pg_trgm/Makefile +++ b/contrib/pg_trgm/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.9 2007/11/10 23:59:51 momjian Exp $ +# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.10 2009/04/28 17:07:50 momjian Exp $ MODULE_big = pg_trgm OBJS = trgm_op.o trgm_gist.o trgm_gin.o @@ -7,7 +7,6 @@ DATA_built = pg_trgm.sql DATA = uninstall_pg_trgm.sql REGRESS = pg_trgm - ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) diff --git a/contrib/pgrowlocks/Makefile b/contrib/pgrowlocks/Makefile index 0da34b2f0a..dca7f22d26 100644 --- a/contrib/pgrowlocks/Makefile +++ b/contrib/pgrowlocks/Makefile @@ -2,7 +2,7 @@ # # pgrowlocks Makefile # -# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.5 2007/11/10 23:59:51 momjian Exp $ +# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.6 2009/04/28 17:07:50 momjian Exp $ # #------------------------------------------------------------------------- @@ -21,4 +21,3 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif - diff --git a/contrib/pgstattuple/Makefile b/contrib/pgstattuple/Makefile index ad10f77b41..ab960de9c4 100644 --- a/contrib/pgstattuple/Makefile +++ b/contrib/pgstattuple/Makefile @@ -2,7 +2,7 @@ # # pgstattuple Makefile # -# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.9 2007/11/10 23:59:51 momjian Exp $ +# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.10 2009/04/28 17:07:50 momjian Exp $ # #------------------------------------------------------------------------- @@ -21,4 +21,3 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif - -- 2.11.0