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

Commitfd3b829

Browse files
committed
Had a space in CFLAGS+= -I ..
Submitted by: Andrew Martin <martin@biochemistry.ucl.ac.uk>
1 parent7ef04b2 commitfd3b829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.global

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19 1996/07/31 18:55:49 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.20 1996/08/06 16:05:56 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -273,7 +273,7 @@ endif
273273

274274
# Globally pass PORTNAME
275275
CFLAGS+= -DPORTNAME_$(PORTNAME)
276-
CFLAGS += -I../../backend/port/$(PORTNAME)
276+
CFLAGS += -I../../backend/port/$(PORTNAME)
277277

278278
# Globally pass the default TCP port for postmaster(1).
279279
CFLAGS+= -DPOSTPORT='"5432"'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp