From 0d3b8e9a5025fe1ad2ee158025d6da5d61ec022e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 8 Nov 2004 05:23:26 +0000 Subject: Allow win32/cygwin link against the first matching library symbol rather than erroring out. This is the Unix behavior. --- src/bin/pg_dump/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/bin/pg_dump/Makefile') diff --git a/src/bin/pg_dump/Makefile b/src/bin/pg_dump/Makefile index 6fe3af18dc..bdb8a9bec1 100644 --- a/src/bin/pg_dump/Makefile +++ b/src/bin/pg_dump/Makefile @@ -5,7 +5,7 @@ # Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.57 2004/10/07 13:45:48 momjian Exp $ +# $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.58 2004/11/08 05:23:23 momjian Exp $ # #------------------------------------------------------------------------- @@ -22,12 +22,6 @@ OBJS= pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o \ EXTRA_OBJS = $(top_builddir)/src/backend/parser/keywords.o -# Not sure why MinGW needs this but it prevents a link failure -# of duplicate definitions for pg_tolower(). 2004-10-06 -ifeq ($(PORTNAME), win32) -EXTRA_OBJS += $(top_builddir)/src/port/exec.o -endif - all: submake-libpq submake-libpgport submake-backend pg_dump pg_restore pg_dumpall pg_dump: pg_dump.o common.o pg_dump_sort.o $(OBJS) $(libpq_builddir)/libpq.a -- cgit v1.2.1