diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/Makefile | 12 | ||||
| -rw-r--r-- | contrib/dblink/Makefile | 1 |
2 files changed, 2 insertions, 11 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index b7773255341..e1f2a84cde3 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -63,14 +63,4 @@ endif # start-scripts \ (does not have a makefile) -all install installdirs uninstall distprep clean distclean maintainer-clean: - @for dir in $(SUBDIRS); do \ - $(MAKE) -C $$dir $@ || exit; \ - done - -# We'd like check operations to run all the subtests before failing. -check installcheck: - @CHECKERR=0; for dir in $(SUBDIRS); do \ - $(MAKE) -C $$dir $@ || CHECKERR=$$?; \ - done; \ - exit $$CHECKERR +$(recurse) diff --git a/contrib/dblink/Makefile b/contrib/dblink/Makefile index 148961e6c94..cc59128cb2a 100644 --- a/contrib/dblink/Makefile +++ b/contrib/dblink/Makefile @@ -4,6 +4,7 @@ MODULE_big = dblink PG_CPPFLAGS = -I$(libpq_srcdir) OBJS = dblink.o SHLIB_LINK = $(libpq) +SHLIB_PREREQS = submake-libpq DATA_built = dblink.sql DATA = uninstall_dblink.sql |
