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

Commit1220163

Browse files
committed
Move comment at end of line to a separate line so trailing tabs don't
become part of the make variable value.
1 parent4b9d84d commit1220163

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/Makefile.global.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.194 2004/08/28 22:55:06 momjian Exp $
2+
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.195 2004/09/18 13:28:54 petere Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -207,7 +207,8 @@ X = @EXEEXT@
207207

208208
# Perl
209209

210-
PERL= "@PERL@"# quoted for pathname with spaces
210+
# quoted for pathname with spaces
211+
PERL= "@PERL@"
211212
perl_archlibexp= @perl_archlibexp@
212213
perl_privlibexp= @perl_privlibexp@
213214
perl_useshrplib= @perl_useshrplib@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp