aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-16 05:49:38 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-16 05:49:38 +0000
commit1e07ab78cc99520c4c300a3230689521b78f4c16 (patch)
treee599fab6b4912bac31aede24fa8d35acd1c8e102
parent3cbb9eb2650bd39997e1bd1236622e1d7260c978 (diff)
downloadpostgresql-1e07ab78cc99520c4c300a3230689521b78f4c16.tar.gz
postgresql-1e07ab78cc99520c4c300a3230689521b78f4c16.zip
Add DLLINIT mention in port/Makefile.
-rw-r--r--src/backend/port/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/port/Makefile b/src/backend/port/Makefile
index c176a727b73..c56ffba22fa 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)