Skip to content

Commit a38bd20

Browse files
committed
Fix use of variable in Makefile.in
1 parent 0356ace commit a38bd20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/port/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# be converted to Method 2.
1414
#
1515
# IDENTIFICATION
16-
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.9 1997/12/20 00:25:03 scrappy Exp $
16+
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.10 1997/12/20 04:10:35 scrappy Exp $
1717
#
1818
#-------------------------------------------------------------------------
1919

@@ -22,7 +22,7 @@ include ../../Makefile.global
2222

2323
INCLUDE_OPT = -I..
2424

25-
CFLAGS+= INCLUDE_OPT
25+
CFLAGS+= ${INCLUDE_OPT}
2626

2727
OBJS = dynloader.o @INET_ATON@ @STRERROR@ @RANDOM@ @SRANDOM@
2828
OBJS+= @GETHOSTNAME@ @GETRUSAGE@ @STRCASECMP@ @STRDUP@

0 commit comments

Comments
 (0)