Skip to content
Snippets Groups Projects
Commit e4df0373 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Remove spurious comma. Spotted by Tom.

parent 10af3ab2
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
# libpgport C files we always use
OBJS += chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o thread.o
# libpgport C files that are needed if identified by configure
OBJS += $(filter crypt.o getaddrinfo.o getpeereid.o inet_aton.o open.o snprintf.o strerror.o strlcpy.o win32error.o, win32setlocale.o, $(LIBOBJS))
OBJS += $(filter crypt.o getaddrinfo.o getpeereid.o inet_aton.o open.o snprintf.o strerror.o strlcpy.o win32error.o win32setlocale.o, $(LIBOBJS))
# backend/libpq
OBJS += ip.o md5.o
# utils/mb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment