commit | fc36708697866a26effa3c03045f844df9f94ebc | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jun 26 16:50:24 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jun 26 16:50:24 2015 +0200 |
tree | bc6213d41034dd28948b49e2d2828b8bf2a64335 | |
parent | 633c6b64850270879606372527f79c2970f962b4 [diff] [blame] |
Use $(MAKE), not make For the sake of systems where we want gmake.
diff --git a/tests/Makefile b/tests/Makefile index 731dcd9..dee7fdb 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -92,7 +92,7 @@ all: $(APPS) $(DEP): - make -C ../library + $(MAKE) -C ../library test_suite_aes.ecb.c : suites/test_suite_aes.function suites/test_suite_aes.ecb.data scripts/generate_code.pl suites/helpers.function suites/main_test.function echo " Gen $@"