diff options
author | Pavan Deolasee | 2016-09-15 09:09:57 +0000 |
---|---|---|
committer | Pavan Deolasee | 2016-10-18 10:07:48 +0000 |
commit | 8e1a1ab7dfc2cddca2289c36fd6c26d535ac8d9a (patch) | |
tree | 7cc05774cd996e8d74fd9211c2b4a2cd3c141bd0 /contrib | |
parent | 44e128b444898e01de3cc3d27738b4161ad8658c (diff) |
Fix VPATH build for contrib/pgxc_ctl
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/pgxc_ctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgxc_ctl/Makefile b/contrib/pgxc_ctl/Makefile index 4636fd53b1..22f385041f 100644 --- a/contrib/pgxc_ctl/Makefile +++ b/contrib/pgxc_ctl/Makefile @@ -37,7 +37,7 @@ include $(top_srcdir)/contrib/contrib-global.mk endif pgxc_ctl_bash.c: pgxc_ctl_conf_part_full pgxc_ctl_conf_part_minimal pgxc_ctl_conf_part_empty pgxc_ctl_bash_2 - ./make_signature + $(top_srcdir)/$(subdir)/make_signature clean: clean-script |