Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de1af06

Browse files
committed
"installcheck" doesn't need to depend on "all" since we depend on the user
to start up a postmaster anyway.
1 parent 65577dc commit de1af06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

GNUmakefile.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.13 2000/09/29 17:17:31 petere Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.14 2000/10/02 22:21:21 petere Exp $
55
#
66

77
subdir =
@@ -29,7 +29,9 @@ distclean maintainer-clean:
2929
-$(MAKE) -C src $@
3030
-rm -f config.cache config.log config.status GNUmakefile
3131

32-
check installcheck: all
32+
check: all
33+
34+
check installcheck:
3335
$(MAKE) -C src/test $@
3436

3537
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status

0 commit comments

Comments
 (0)