File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.54 2004/10/04 18:05:54 momjian Exp $
8
+ # $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.55 2004/10/04 20:32:58 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -21,6 +21,10 @@ OBJS= pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o \
21
21
22
22
EXTRA_OBJS = $(top_builddir ) /src/backend/parser/keywords.o
23
23
24
+ # not sure why MinGW needs this but it prevents a link failure
25
+ ifeq ($(PORTNAME ) , win32)
26
+ EXTRA_OBJS += $(top_builddir ) /src/port/exec.o
27
+ endif
24
28
25
29
all : submake-libpq submake-libpgport submake-backend pg_dump pg_restore pg_dumpall
26
30
You can’t perform that action at this time.
0 commit comments