We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3cbb9eb commit1e07ab7Copy full SHA for 1e07ab7
src/backend/port/Makefile
@@ -13,7 +13,7 @@
13
# be converted to Method 2.
14
#
15
# IDENTIFICATION
16
-# $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 $
17
18
#-------------------------------------------------------------------------
19
@@ -23,7 +23,7 @@ include $(top_builddir)/src/Makefile.global
23
24
OBJS=dynloader.o pg_sema.o pg_shmem.o
25
26
-OBJS+=$(GETHOSTNAME)$(GETRUSAGE)$(INET_ATON)$(ISINF)$(MEMCMP)\
+OBJS+=$(DLLINIT)$(GETHOSTNAME)$(GETRUSAGE)$(INET_ATON)$(ISINF)$(MEMCMP)\
27
$(MISSING_RANDOM)$(SNPRINTF)$(SRANDOM)$(STRCASECMP)$(STRDUP)\
28
$(STRERROR)$(STRTOL)$(STRTOUL)
29