mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Remove spurious comma. Spotted by Tom.
This commit is contained in:
		@@ -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
 | 
					# libpgport C files we always use
 | 
				
			||||||
OBJS += chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o thread.o
 | 
					OBJS += chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o thread.o
 | 
				
			||||||
# libpgport C files that are needed if identified by configure
 | 
					# 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
 | 
					# backend/libpq
 | 
				
			||||||
OBJS += ip.o md5.o
 | 
					OBJS += ip.o md5.o
 | 
				
			||||||
# utils/mb
 | 
					# utils/mb
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user