summaryrefslogtreecommitdiff
path: root/contrib/dblink/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dblink/Makefile')
-rw-r--r--contrib/dblink/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/dblink/Makefile b/contrib/dblink/Makefile
index 1719f5ea35..8fa350807b 100644
--- a/contrib/dblink/Makefile
+++ b/contrib/dblink/Makefile
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/dblink/Makefile,v 1.9 2004/08/20 20:13:03 momjian Exp $
+# $PostgreSQL: pgsql/contrib/dblink/Makefile,v 1.10 2005/09/27 17:13:01 tgl Exp $
MODULE_big = dblink
PG_CPPFLAGS = -I$(libpq_srcdir)
@@ -11,7 +11,7 @@ REGRESS = dblink
ifdef USE_PGXS
-PGXS = $(shell pg_config --pgxs)
+PGXS := $(shell pg_config --pgxs)
include $(PGXS)
else
subdir = contrib/dblink