Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita38bd20

Browse files
committed
Fix use of variable in Makefile.in
1 parent0356ace commita38bd20

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/2000:25:03 scrappy Exp $
16+
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.10 1997/12/2004: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)

[8]ページ先頭

©2009-2025 Movatter.jp