Skip to content

Commit beb0616

Browse files
committed
Use $(MAKE) for "make check"
Should help for non-gmake platforms
1 parent 1a2c1e6 commit beb0616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ lint:
290290
cd $(srcdir); ./dropbear_lint.sh
291291

292292
check: lint
293-
make -C test
293+
$(MAKE) -C test
294294

295295
## Fuzzing targets
296296

0 commit comments

Comments
 (0)