Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d827f6

Browse files
committed
Fix thinko in new installcheck-world target
1 parent7523960 commit8d827f6

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) -Csrc/interfaces/ecpg installcheck
8181
$(MAKE) -C contrib installcheck
8282

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp