summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2012-03-29 04:11:57 -0400
committerAndrew Dunstan <andrew@dunslane.net>2012-03-29 04:11:57 -0400
commitaeca65022609282f004e8332910938abd4eefbd6 (patch)
treee6f6c88fb2f218e41f429c87e1239e8c880bcc5c /src
parent5762a4d9098ac0cba789ddd26286ac85c2d316f2 (diff)
Unbreak Windows builds broken by pgpipe removal.
Diffstat (limited to 'src')
-rw-r--r--src/backend/port/Makefile4
1 files changed, 0 insertions, 4 deletions
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