diff options
Diffstat (limited to 'contrib/tips/Makefile')
| -rw-r--r-- | contrib/tips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tips/Makefile b/contrib/tips/Makefile index 2b925176e9..2aca82af29 100644 --- a/contrib/tips/Makefile +++ b/contrib/tips/Makefile @@ -1,9 +1,9 @@ -# $PostgreSQL: pgsql/contrib/tips/Makefile,v 1.7 2004/08/20 20:13:08 momjian Exp $ +# $PostgreSQL: pgsql/contrib/tips/Makefile,v 1.8 2005/09/27 17:13:10 tgl Exp $ DOCS = README.apachelog ifdef USE_PGXS -PGXS = $(shell pg_config --pgxs) +PGXS := $(shell pg_config --pgxs) include $(PGXS) else subdir = contrib/tips |
