Commit de1af062 authored by Peter Eisentraut's avatar Peter Eisentraut

"installcheck" doesn't need to depend on "all" since we depend on the user

to start up a postmaster anyway.
parent 65577dc8
# #
# PostgreSQL top level makefile # PostgreSQL top level makefile
# #
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.13 2000/09/29 17:17:31 petere Exp $ # $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.14 2000/10/02 22:21:21 petere Exp $
# #
subdir = subdir =
...@@ -29,7 +29,9 @@ distclean maintainer-clean: ...@@ -29,7 +29,9 @@ distclean maintainer-clean:
-$(MAKE) -C src $@ -$(MAKE) -C src $@
-rm -f config.cache config.log config.status GNUmakefile -rm -f config.cache config.log config.status GNUmakefile
check installcheck: all check: all
check installcheck:
$(MAKE) -C src/test $@ $(MAKE) -C src/test $@
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status 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