We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6361ac8 commit 80b6206Copy full SHA for 80b6206
src/backend/port/Makefile.in
@@ -13,7 +13,7 @@
13
# be converted to Method 2.
14
#
15
# IDENTIFICATION
16
-# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.12 1997/12/30 04:08:55 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.13 1998/01/13 15:31:09 scrappy Exp $
17
18
#-------------------------------------------------------------------------
19
@@ -25,7 +25,7 @@ INCLUDE_OPT = -I..
25
CFLAGS+= ${INCLUDE_OPT}
26
27
OBJS = dynloader.o @INET_ATON@ @STRERROR@ @MISSING_RANDOM@ @SRANDOM@
28
-OBJS+= @GETHOSTNAME@ @GETRUSAGE@ @STRCASECMP@ @STRDUP@
+OBJS+= @GETHOSTNAME@ @GETRUSAGE@ @STRCASECMP@ @STRDUP@ @TAS@
29
30
all: SUBSYS.o
31
0 commit comments