Commit 8d827f6b authored by Andrew Dunstan's avatar Andrew Dunstan

Fix thinko in new installcheck-world target

parent 7523960d
#
# PostgreSQL top level makefile
#
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.56 2010/01/28 23:59:52 adunstan Exp $
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.57 2010/01/29 01:06:18 adunstan Exp $
#
subdir =
......@@ -77,7 +77,7 @@ check installcheck installcheck-parallel:
installcheck-world:
$(MAKE) -C src/test installcheck
$(MAKE) -C src/pl installcheck
$(MAKE) -C interfaces/ecpg installcheck
$(MAKE) -C src/interfaces/ecpg installcheck
$(MAKE) -C contrib installcheck
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment