File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#
22# PostgreSQL top level makefile
33#
4- # $PostgreSQL: pgsql/GNUmakefile.in,v 1.44 2006/04/06 18:54:36 petere Exp $
4+ # $PostgreSQL: pgsql/GNUmakefile.in,v 1.45 2006/08/18 19:58:05 adunstan Exp $
55#
66
77subdir =
@@ -54,7 +54,7 @@ distclean maintainer-clean:
5454
5555check: all
5656
57- check installcheck:
57+ check installcheck installcheck-parallel :
5858 $(MAKE) -C src/test $@
5959
6060GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
Original file line number Diff line number Diff line change 1111# GNUmakefile won't exist yet, so we catch that case as well.
1212
1313
14- all check install installdirs installcheck uninstall dep depend clean distclean maintainer-clean :
14+ all check install installdirs installcheck installcheck-parallel uninstall dep depend clean distclean maintainer-clean :
1515 @if [ ! -f GNUmakefile ] ; then \
1616 echo " You need to run the 'configure' program first. See the file" ; \
1717 echo " 'INSTALL' for installation instructions." ; \
You can’t perform that action at this time.
0 commit comments