Skip to content

Commit 8d827f6

Browse files
committed
Fix thinko in new installcheck-world target
1 parent 7523960 commit 8d827f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.56 2010/01/28 23:59:52 adunstan Exp $
4+
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.57 2010/01/29 01:06:18 adunstan Exp $
55
#
66

77
subdir =
@@ -77,7 +77,7 @@ check installcheck installcheck-parallel:
7777
installcheck-world:
7878
$(MAKE) -C src/test installcheck
7979
$(MAKE) -C src/pl installcheck
80-
$(MAKE) -C interfaces/ecpg installcheck
80+
$(MAKE) -C src/interfaces/ecpg installcheck
8181
$(MAKE) -C contrib installcheck
8282

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

0 commit comments

Comments
 (0)