diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plperl/GNUmakefile | 2 | ||||
-rw-r--r-- | src/pl/plpython/Makefile | 4 | ||||
-rw-r--r-- | src/pl/tcl/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/pl/plperl/GNUmakefile b/src/pl/plperl/GNUmakefile index 55f48cd401a..0f3bd99570a 100644 --- a/src/pl/plperl/GNUmakefile +++ b/src/pl/plperl/GNUmakefile @@ -97,7 +97,7 @@ uninstall-data: .PHONY: install-data uninstall-data -check: submake +check: all submake $(pg_regress_check) $(REGRESS_OPTS) $(REGRESS) installcheck: submake diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index a31328dd042..af6b4595336 100644 --- a/src/pl/plpython/Makefile +++ b/src/pl/plpython/Makefile @@ -149,7 +149,7 @@ prep3: clean3: rm -rf python3/ -check: submake prep3 +check: all submake prep3 $(pg_regress_check) --inputdir=./python3 --outputdir=./python3 $(REGRESS_OPTS) $(REGRESS) installcheck: submake prep3 @@ -157,7 +157,7 @@ installcheck: submake prep3 clean: clean3 else # not Python 3 -check: submake +check: all submake $(pg_regress_check) $(REGRESS_OPTS) $(REGRESS) installcheck: submake diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile index 77c173bcd8c..8a6325aa469 100644 --- a/src/pl/tcl/Makefile +++ b/src/pl/tcl/Makefile @@ -73,7 +73,7 @@ uninstall-data: .PHONY: install-data uninstall-data -check: submake +check: all submake $(pg_regress_check) $(REGRESS_OPTS) $(REGRESS) installcheck: submake |