projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5762a4d
)
Unbreak Windows builds broken by pgpipe removal.
author
Andrew Dunstan
<andrew@dunslane.net>
Thu, 29 Mar 2012 08:11:57 +0000
(
04:11
-0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Thu, 29 Mar 2012 08:11:57 +0000
(
04:11
-0400)
src/backend/port/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/port/Makefile
b/src/backend/port/Makefile
index 2560d6b16eb294a9ac2c3d4e84e72c9acc49ce3a..8ebb6d5703764e5e6ab953249bcdbb5b16c50b39 100644
(file)
--- 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