Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 636edd5

Browse files
committed
Blank line Makefile cleanups.
1 parent a4278fd commit 636edd5

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

contrib/pg_trgm/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.9 2007/11/10 23:59:51 momjian Exp $
1+
# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.10 2009/04/28 17:07:50 momjian Exp $
22

33
MODULE_big = pg_trgm
44
OBJS = trgm_op.o trgm_gist.o trgm_gin.o
@@ -7,7 +7,6 @@ DATA_built = pg_trgm.sql
77
DATA = uninstall_pg_trgm.sql
88
REGRESS = pg_trgm
99

10-
1110
ifdef USE_PGXS
1211
PG_CONFIG = pg_config
1312
PGXS := $(shell $(PG_CONFIG) --pgxs)

contrib/pgrowlocks/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# pgrowlocks Makefile
44
#
5-
# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.5 2007/11/10 23:59:51 momjian Exp $
5+
# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.6 2009/04/28 17:07:50 momjian Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -21,4 +21,3 @@ top_builddir = ../..
2121
include $(top_builddir)/src/Makefile.global
2222
include $(top_srcdir)/contrib/contrib-global.mk
2323
endif
24-

contrib/pgstattuple/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# pgstattuple Makefile
44
#
5-
# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.9 2007/11/10 23:59:51 momjian Exp $
5+
# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.10 2009/04/28 17:07:50 momjian Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -21,4 +21,3 @@ top_builddir = ../..
2121
include $(top_builddir)/src/Makefile.global
2222
include $(top_srcdir)/contrib/contrib-global.mk
2323
endif
24-

0 commit comments

Comments
 (0)