diff options
Diffstat (limited to 'contrib/xml2/Makefile')
| -rw-r--r-- | contrib/xml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile index 7d4779f25c..b30da28364 100644 --- a/contrib/xml2/Makefile +++ b/contrib/xml2/Makefile @@ -14,7 +14,7 @@ DOCS = README.xml2 override CFLAGS += $(shell xml2-config --cflags) ifdef USE_PGXS -PGXS = $(shell pg_config --pgxs) +PGXS := $(shell pg_config --pgxs) include $(PGXS) else subdir = contrib/xml2 |
