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 7523960 commit 8d827f6Copy full SHA for 8d827f6
GNUmakefile.in
@@ -1,7 +1,7 @@
1
#
2
# PostgreSQL top level makefile
3
4
-# $PostgreSQL: pgsql/GNUmakefile.in,v 1.56 2010/01/28 23:59:52 adunstan Exp $
+# $PostgreSQL: pgsql/GNUmakefile.in,v 1.57 2010/01/29 01:06:18 adunstan Exp $
5
6
7
subdir =
@@ -77,7 +77,7 @@ check installcheck installcheck-parallel:
77
installcheck-world:
78
$(MAKE) -C src/test installcheck
79
$(MAKE) -C src/pl installcheck
80
- $(MAKE) -C interfaces/ecpg installcheck
+ $(MAKE) -C src/interfaces/ecpg installcheck
81
$(MAKE) -C contrib installcheck
82
83
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
0 commit comments