File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ OBJS=receivelog.o streamutil.o $(WIN32RES)
2323
2424all : pg_basebackup pg_receivexlog pg_recvlogical
2525
26- pg_basebackup : pg_basebackup.o $(OBJS ) | submake-libpq submake-libpgport
26+ pg_basebackup : pg_basebackup.o $(OBJS ) | submake-libpq submake-libpgport submake-libpgfeutils
2727 $(CC ) $(CFLAGS ) pg_basebackup.o $(OBJS ) $(libpq_pgport ) $(LDFLAGS ) $(LDFLAGS_EX ) $(LIBS ) -o $@ $(X )
2828
29- pg_receivexlog : pg_receivexlog.o $(OBJS ) | submake-libpq submake-libpgport
29+ pg_receivexlog : pg_receivexlog.o $(OBJS ) | submake-libpq submake-libpgport submake-libpgfeutils
3030 $(CC ) $(CFLAGS ) pg_receivexlog.o $(OBJS ) $(libpq_pgport ) $(LDFLAGS ) $(LDFLAGS_EX ) $(LIBS ) -o $@ $(X )
3131
32- pg_recvlogical : pg_recvlogical.o $(OBJS ) | submake-libpq submake-libpgport
32+ pg_recvlogical : pg_recvlogical.o $(OBJS ) | submake-libpq submake-libpgport submake-libpgfeutils
3333 $(CC ) $(CFLAGS ) pg_recvlogical.o $(OBJS ) $(libpq_pgport ) $(LDFLAGS ) $(LDFLAGS_EX ) $(LIBS ) -o $@ $(X )
3434
3535install : all installdirs
You can’t perform that action at this time.
0 commit comments