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

Commite9acba1

Browse files
committed
Fix typo.
1 parent3e4e00e commite9acba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
allinstallcleandepdependdistcleanmaintainer-clean:
1515
@if! [-f GNUmakefile ];then\
16-
echo"You need to run the\`configure' programfist. See the file";\
16+
echo"You need to run the\`configure' programfirst. See the file";\
1717
echo"\`INSTALL' for installation instructions.";\
1818
false;\
1919
fi
@@ -29,7 +29,7 @@ all install clean dep depend distclean maintainer-clean:
2929
\
3030
if [ x"$${GMAKE+set}"= xset ];then \
3131
echo"Using GNU make found at$${GMAKE}";\
32-
$${GMAKE};\
32+
$${GMAKE}$@;\
3333
else\
3434
echo"You must use GNU make to build PostgreSQL.";\
3535
false;\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp