Unbreak Windows builds broken by pgpipe removal.
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Mar 2012 08:11:57 +0000 (04:11 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Mar 2012 08:11:57 +0000 (04:11 -0400)
src/backend/port/Makefile

index 2560d6b16eb294a9ac2c3d4e84e72c9acc49ce3a..8ebb6d5703764e5e6ab953249bcdbb5b16c50b39 100644 (file)
@@ -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