mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 19:30:25 -05:00
Unbreak Windows builds broken by pgpipe removal.
This commit is contained in:
parent
5762a4d909
commit
aeca650226
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Reference in a new issue