summaryrefslogtreecommitdiff
path: root/src/port/Makefile
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-03-14 14:08:45 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-03-14 14:08:45 -0400
commit91f4a5a976500517e492320e389342d7436cf9d4 (patch)
tree30c1c43406ad158548a884eaa173417b218990c8 /src/port/Makefile
parentdf9ebf1eeaf98481e00cd77bf6056d42310731b7 (diff)
downloadpostgresql-91f4a5a976500517e492320e389342d7436cf9d4.tar.gz
Build src/port/dirmod.c only on Windows.
Since commit ba7c5975adea74c6f17bdb0e0427ad85962092a2, port/dirmod.c has contained only Windows-specific functions. Most platforms don't seem to mind uselessly building an empty file, but OS X for one issues warnings. Hence, treat dirmod.c as a Windows-specific file selected by configure rather than one that's always built. We can revert this change if dirmod.c ever gains any non-Windows functionality again. Back-patch to 9.4 where the mentioned commit appeared.
Diffstat (limited to 'src/port/Makefile')
-rw-r--r--src/port/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/Makefile b/src/port/Makefile
index 05112eb6e6..abc42a2226 100644
--- a/src/port/Makefile
+++ b/src/port/Makefile
@@ -30,7 +30,7 @@ include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS)
LIBS += $(PTHREAD_LIBS)
-OBJS = $(LIBOBJS) chklocale.o dirmod.o erand48.o inet_net_ntop.o \
+OBJS = $(LIBOBJS) chklocale.o erand48.o inet_net_ntop.o \
noblock.o path.o pgcheckdir.o pgmkdirp.o pgsleep.o \
pgstrcasecmp.o pqsignal.o \
qsort.o qsort_arg.o quotes.o sprompt.o tar.o thread.o