summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2010-01-29 01:06:18 +0000
committerAndrew Dunstan <andrew@dunslane.net>2010-01-29 01:06:18 +0000
commit8d827f6b5c0d6c1cc6b427c1b43c7584aa1b8c61 (patch)
tree56b25e1656250b5d7ec96b754b3540bbac2f3c95 /GNUmakefile.in
parent7523960d639a4e59af3afc93e32f6460883f6641 (diff)
downloadpostgresql-8d827f6b5c0d6c1cc6b427c1b43c7584aa1b8c61.tar.gz
Fix thinko in new installcheck-world target
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index aa4af2afd2..ec26142269 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $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 $
#
subdir =
@@ -77,7 +77,7 @@ check installcheck installcheck-parallel:
installcheck-world:
$(MAKE) -C src/test installcheck
$(MAKE) -C src/pl installcheck
- $(MAKE) -C interfaces/ecpg installcheck
+ $(MAKE) -C src/interfaces/ecpg installcheck
$(MAKE) -C contrib installcheck
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status