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

Add $PostgreSQL$ marker to contrib makefiles.

This commit is contained in:
Peter Eisentraut
2007-02-09 17:04:00 +00:00
parent f44271176e
commit 994b1cb59e
9 changed files with 14 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# This makefile will build the new XML and XSLT routines.
# $PostgreSQL: pgsql/contrib/xml2/Makefile,v 1.9 2007/02/09 17:04:00 petere Exp $
MODULE_big = pgxml
@ -23,4 +23,3 @@ top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif