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

Commit6f59a5e

Browse files
committed
Use $(MAKE) rather than make.
Per buildfarm.
1 parent356f2cb commit6f59a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/port/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $(OBJS_SRV): | submake-errcodes
7575
.PHONY: submake-errcodes
7676

7777
submake-errcodes:
78-
make -C ../backend submake-errcodes
78+
$(MAKE) -C ../backend submake-errcodes
7979

8080
# Dependency is to ensure that path changes propagate
8181

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp