1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Simplify contrib Makefiles by removing unnecessary SRCS macro,

per Magnus.
This commit is contained in:
Tom Lane
2006-10-19 17:40:03 +00:00
parent dbb397f30f
commit 72ec567a9a
3 changed files with 6 additions and 11 deletions

View File

@ -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