diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2007-02-09 17:04:00 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2007-02-09 17:04:00 +0000 |
commit | 994b1cb59ee50c8f27023d524fcb7e2e4dc11179 (patch) | |
tree | d58c180b1013e7dce1bb021d2b15f861b659b328 /contrib/xml2 | |
parent | f44271176e857dd7b5adb4e70e10510e1638c9d1 (diff) | |
download | postgresql-994b1cb59ee50c8f27023d524fcb7e2e4dc11179.tar.gz postgresql-994b1cb59ee50c8f27023d524fcb7e2e4dc11179.zip |
Add $PostgreSQL$ marker to contrib makefiles.
Diffstat (limited to 'contrib/xml2')
-rw-r--r-- | contrib/xml2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile index 0bd5b032976..1b724c2193a 100644 --- a/contrib/xml2/Makefile +++ b/contrib/xml2/Makefile @@ -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 - |