summaryrefslogtreecommitdiff
path: root/src/port/Makefile
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-02-04 15:52:21 -0500
committerRobert Haas <rhaas@postgresql.org>2011-02-04 15:52:21 -0500
commitb1e65c32168a2b64276a57be8c4dc5a63d33e12d (patch)
tree3ec244f7fad20bd370c263538f9eac6384360324 /src/port/Makefile
parentb157a1d5554d6dfbd13fb605f08d51ce17532375 (diff)
downloadpostgresql-b1e65c32168a2b64276a57be8c4dc5a63d33e12d.tar.gz
Move pipe.c into the backend.
It's full of backend-specific error reporting, so it's neither possible nor necessary for this to be used from frontend code.
Diffstat (limited to 'src/port/Makefile')
-rw-r--r--src/port/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/port/Makefile b/src/port/Makefile
index c005140f83..60295dcdef 100644
--- a/src/port/Makefile
+++ b/src/port/Makefile
@@ -34,10 +34,6 @@ OBJS = $(LIBOBJS) chklocale.o dirmod.o exec.o inet_net_ntop.o noblock.o \
path.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o \
qsort.o qsort_arg.o sprompt.o thread.o
-ifneq (,$(filter $(PORTNAME),cygwin win32))
-OBJS += pipe.o
-endif
-
# foo_srv.o and foo.o are both built from foo.c, but only foo.o has -DFRONTEND
OBJS_SRV = $(OBJS:%.o=%_srv.o)