aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/port/Makefile')
-rw-r--r--src/backend/port/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/port/Makefile b/src/backend/port/Makefile
index c6b1d20c55e..89549d0d2b7 100644
--- a/src/backend/port/Makefile
+++ b/src/backend/port/Makefile
@@ -21,7 +21,7 @@ subdir = src/backend/port
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
-OBJS = atomics.o dynloader.o pg_sema.o pg_shmem.o pg_latch.o $(TAS)
+OBJS = atomics.o dynloader.o pg_sema.o pg_shmem.o $(TAS)
ifeq ($(PORTNAME), darwin)
SUBDIRS += darwin