We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65577dc commit de1af06Copy full SHA for de1af06
GNUmakefile.in
@@ -1,7 +1,7 @@
1
#
2
# PostgreSQL top level makefile
3
4
-# $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 $
5
6
7
subdir =
@@ -29,7 +29,9 @@ distclean maintainer-clean:
29
-$(MAKE) -C src $@
30
-rm -f config.cache config.log config.status GNUmakefile
31
32
-check installcheck: all
+check: all
33
+
34
+check installcheck:
35
$(MAKE) -C src/test $@
36
37
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
0 commit comments