Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit aeca650

Browse files
committed
Unbreak Windows builds broken by pgpipe removal.
1 parent 5762a4d commit aeca650

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/backend/port/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ include $(top_builddir)/src/Makefile.global
2323

2424
OBJS = dynloader.o pg_sema.o pg_shmem.o pg_latch.o $(TAS)
2525

26-
ifneq (,$(filter $(PORTNAME),cygwin win32))
27-
OBJS += pipe.o
28-
endif
29-
3026
ifeq ($(PORTNAME), darwin)
3127
SUBDIRS += darwin
3228
endif

0 commit comments

Comments
 (0)