mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Unbreak Windows builds broken by pgpipe removal.
This commit is contained in:
@ -23,10 +23,6 @@ include $(top_builddir)/src/Makefile.global
|
|||||||
|
|
||||||
OBJS = dynloader.o pg_sema.o pg_shmem.o pg_latch.o $(TAS)
|
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)
|
ifeq ($(PORTNAME), darwin)
|
||||||
SUBDIRS += darwin
|
SUBDIRS += darwin
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user