Unbreak Windows builds broken by pgpipe removal.

pull/3/head
Andrew Dunstan 14 years ago
parent 5762a4d909
commit aeca650226
  1. 4
      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

Loading…
Cancel
Save