diff options
| author | Peter Eisentraut | 2007-02-09 17:04:00 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2007-02-09 17:04:00 +0000 |
| commit | 994b1cb59ee50c8f27023d524fcb7e2e4dc11179 (patch) | |
| tree | d58c180b1013e7dce1bb021d2b15f861b659b328 /contrib/pg_trgm | |
| parent | f44271176e857dd7b5adb4e70e10510e1638c9d1 (diff) | |
Add $PostgreSQL$ marker to contrib makefiles.
Diffstat (limited to 'contrib/pg_trgm')
| -rw-r--r-- | contrib/pg_trgm/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/pg_trgm/Makefile b/contrib/pg_trgm/Makefile index 36714409c3b..b710df99569 100644 --- a/contrib/pg_trgm/Makefile +++ b/contrib/pg_trgm/Makefile @@ -1,3 +1,4 @@ +# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.5 2007/02/09 17:04:00 petere Exp $ PG_CPPFLAGS = -I. @@ -19,7 +20,3 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif - - -# DO NOT DELETE - |
