summaryrefslogtreecommitdiff
path: root/contrib/pgrowlocks
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-10-19 17:40:03 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-10-19 17:40:03 +0000
commit72ec567a9aca6b7dee8ab8238214228317c93057 (patch)
tree836e150abd16d4c08d186788815aa92c7c187f07 /contrib/pgrowlocks
parentdbb397f30f30829e99ccd9ef0529a2e1d9b98467 (diff)
downloadpostgresql-72ec567a9aca6b7dee8ab8238214228317c93057.tar.gz
Simplify contrib Makefiles by removing unnecessary SRCS macro,
per Magnus.
Diffstat (limited to 'contrib/pgrowlocks')
-rw-r--r--contrib/pgrowlocks/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/pgrowlocks/Makefile b/contrib/pgrowlocks/Makefile
index 9cddd089b3..c0ae8cf7f6 100644
--- a/contrib/pgrowlocks/Makefile
+++ b/contrib/pgrowlocks/Makefile
@@ -2,14 +2,12 @@
#
# pgrowlocks Makefile
#
-# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.2 2006/09/30 18:08:32 tgl Exp $
+# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.3 2006/10/19 17:40:03 tgl Exp $
#
#-------------------------------------------------------------------------
-SRCS = pgrowlocks.c
-
MODULE_big = pgrowlocks
-OBJS = $(SRCS:.c=.o)
+OBJS = pgrowlocks.o
DOCS = README.pgrowlocks README.pgrowlocks.euc_jp
DATA_built = pgrowlocks.sql
DATA = uninstall_pgrowlocks.sql