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

Commit355d6a2

Browse files
committed
From: PortSite <info@portsite.nl>
The GNUmakefile in src/test/regress uses `gmake' forthe make program. This should be $(MAKE)
1 parentc0cb053 commit355d6a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/test/regress/GNUmakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.7 1997/04/27 02:56:03 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.8 1997/06/06 01:35:57 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -41,8 +41,8 @@ endif
4141
# prepare to run the test (including clean-up after the last run)
4242
#
4343
all:$(INFILES)
44-
cd input;gmake all;cd ..
45-
cd output;gmake all;cd ..
44+
cd input;$(MAKE) all;cd ..
45+
cd output;$(MAKE) all;cd ..
4646

4747
#
4848
# run the test

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp