From: Andrew Dunstan Date: Thu, 29 Mar 2012 08:11:57 +0000 (-0400) Subject: Unbreak Windows builds broken by pgpipe removal. X-Git-Tag: REL9_2_BETA1~212 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aeca65022609282f004e8332910938abd4eefbd6;p=thirdparty%2Fpostgresql.git Unbreak Windows builds broken by pgpipe removal. --- diff --git a/src/backend/port/Makefile b/src/backend/port/Makefile index 2560d6b16eb..8ebb6d57037 100644 --- a/src/backend/port/Makefile +++ b/src/backend/port/Makefile @@ -23,10 +23,6 @@ include $(top_builddir)/src/Makefile.global OBJS = dynloader.o pg_sema.o pg_shmem.o pg_latch.o $(TAS) -ifneq (,$(filter $(PORTNAME),cygwin win32)) -OBJS += pipe.o -endif - ifeq ($(PORTNAME), darwin) SUBDIRS += darwin endif