Commit a38bd20b authored by Marc G. Fournier's avatar Marc G. Fournier

Fix use of variable in Makefile.in

parent 0356aceb
......@@ -13,7 +13,7 @@
# be converted to Method 2.
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.9 1997/12/20 00:25:03 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.10 1997/12/20 04:10:35 scrappy Exp $
#
#-------------------------------------------------------------------------
......@@ -22,7 +22,7 @@ include ../../Makefile.global
INCLUDE_OPT = -I..
CFLAGS+= INCLUDE_OPT
CFLAGS+= ${INCLUDE_OPT}
OBJS = dynloader.o @INET_ATON@ @STRERROR@ @RANDOM@ @SRANDOM@
OBJS+= @GETHOSTNAME@ @GETRUSAGE@ @STRCASECMP@ @STRDUP@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment