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

Commit234309f

Browse files
committed
initdb now needs submake-libpq and submake-libpgfeutils.
More fallout from commita00c583. Pointed out by Michael Paquier.
1 parent9132c01 commit234309f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/initdb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ OBJS=initdb.o findtimezone.o localtime.o encnames.o $(WIN32RES)
3030

3131
all: initdb
3232

33-
initdb:$(OBJS) | submake-libpgport
33+
initdb:$(OBJS) | submake-libpq submake-libpgport submake-libpgfeutils
3434
$(CC)$(CFLAGS)$(OBJS)$(LDFLAGS)$(LDFLAGS_EX)$(LIBS) -o$@$(X)
3535

3636
# We used to pull in all of libpq to get encnames.c, but that

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp