projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9132c01
)
initdb now needs submake-libpq and submake-libpgfeutils.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 22 Aug 2016 12:01:12 +0000
(08:01 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 22 Aug 2016 12:01:12 +0000
(08:01 -0400)
More fallout from commit
a00c58314
. Pointed out by Michael Paquier.
src/bin/initdb/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initdb/Makefile
b/src/bin/initdb/Makefile
index 531cc979a48bd077e4200414ca84013b20bce7bf..394eae087598370329b6a283a02ea2f7b45558f4 100644
(file)
--- a/
src/bin/initdb/Makefile
+++ b/
src/bin/initdb/Makefile
@@
-30,7
+30,7
@@
OBJS= initdb.o findtimezone.o localtime.o encnames.o $(WIN32RES)
all: initdb
-initdb: $(OBJS) | submake-libp
gport
+initdb: $(OBJS) | submake-libp
q 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