summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-02-14 21:52:32 +0200
committerPeter Eisentraut <peter_e@gmx.net>2011-02-15 06:52:12 +0200
commit2fd77060a2db814146cf1f6cf77755a4b4fd9a80 (patch)
treed3dd4b4c0e81172478f46142f281b134283db1c8 /Makefile
parent0d90dc16f87bd991d7eb9f536ca46acef7586d95 (diff)
downloadpostgresql-2fd77060a2db814146cf1f6cf77755a4b4fd9a80.tar.gz
Allow make check in PL directories
Also add make check-world target, and refactor pg_regress invocation code in makefiles a bit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5b2ea54c0..72e9c83733 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# GNUmakefile won't exist yet, so we catch that case as well.
-all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean dist distcheck world install-world installcheck-world:
+all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean dist distcheck world check-world install-world installcheck-world:
@if [ ! -f GNUmakefile ] ; then \
echo "You need to run the 'configure' program first. See the file"; \
echo "'INSTALL' for installation instructions." ; \