From 1e07ab78cc99520c4c300a3230689521b78f4c16 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 16 Jul 2002 05:49:38 +0000 Subject: [PATCH] Add DLLINIT mention in port/Makefile. --- src/backend/port/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/port/Makefile b/src/backend/port/Makefile index c176a727b7..c56ffba22f 100644 --- a/src/backend/port/Makefile +++ b/src/backend/port/Makefile @@ -13,7 +13,7 @@ # be converted to Method 2. # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.14 2002/07/15 21:34:04 momjian Exp $ +# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.15 2002/07/16 05:49:38 momjian Exp $ # #------------------------------------------------------------------------- @@ -23,7 +23,7 @@ include $(top_builddir)/src/Makefile.global OBJS=dynloader.o pg_sema.o pg_shmem.o -OBJS+=$(GETHOSTNAME) $(GETRUSAGE) $(INET_ATON) $(ISINF) $(MEMCMP) \ +OBJS+=$(DLLINIT) $(GETHOSTNAME) $(GETRUSAGE) $(INET_ATON) $(ISINF) $(MEMCMP) \ $(MISSING_RANDOM) $(SNPRINTF) $(SRANDOM) $(STRCASECMP) $(STRDUP) \ $(STRERROR) $(STRTOL) $(STRTOUL) -- 2.40.0