diff --git a/src/backend/port/Makefile b/src/backend/port/Makefile index 2560d6b16eb294a9ac2c3d4e84e72c9acc49ce3a..8ebb6d5703764e5e6ab953249bcdbb5b16c50b39 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