mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
initdb now needs submake-libpq and submake-libpgfeutils.
More fallout from commit a00c58314
. Pointed out by Michael Paquier.
This commit is contained in:
@ -30,7 +30,7 @@ OBJS= initdb.o findtimezone.o localtime.o encnames.o $(WIN32RES)
|
||||
|
||||
all: initdb
|
||||
|
||||
initdb: $(OBJS) | submake-libpgport
|
||||
initdb: $(OBJS) | submake-libpq submake-libpgport submake-libpgfeutils
|
||||
$(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LDFLAGS_EX) $(LIBS) -o $@$(X)
|
||||
|
||||
# We used to pull in all of libpq to get encnames.c, but that
|
||||
|
Reference in New Issue
Block a user