diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 63ff50b1dca..a78f4d34f89 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -458,23 +458,13 @@ ifeq ($(PORTNAME),cygwin) libpq_pgport += $(LDAP_LIBS_FE) endif -# If PGXS is not defined, build libpq and libpgport dependencies as required. -# If the build is with PGXS, then these are supposed to be already built and -# installed, and we just ensure that the expected files exist. -ifndef PGXS + submake-libpq: $(MAKE) -C $(libpq_builddir) all -else -submake-libpq: $(libdir)/libpq.so ; -endif -ifndef PGXS submake-libpgport: $(MAKE) -C $(top_builddir)/src/port all $(MAKE) -C $(top_builddir)/src/common all -else -submake-libpgport: $(libdir)/libpgport.a $(libdir)/libpgcommon.a ; -endif .PHONY: submake-libpq submake-libpgport |