summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-10-02 22:21:21 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-10-02 22:21:21 +0000
commitde1af06287dd0b169385b0756074a0b24feb123c (patch)
tree5f1dbfc102c9b5f900b410944b92b00fe76dea90 /GNUmakefile.in
parent65577dc83e2fa1c7201d0cb783886d3d1db87f71 (diff)
downloadpostgresql-de1af06287dd0b169385b0756074a0b24feb123c.tar.gz
"installcheck" doesn't need to depend on "all" since we depend on the user
to start up a postmaster anyway.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index a83a645f35..4bd2c5f94e 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# 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 =
@@ -29,7 +29,9 @@ distclean maintainer-clean:
-$(MAKE) -C src $@
-rm -f config.cache config.log config.status GNUmakefile
-check installcheck: all
+check: all
+
+check installcheck:
$(MAKE) -C src/test $@
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status