Use $(MAKE), not make
For the sake of systems where we want gmake.
This commit is contained in:
parent
633c6b6485
commit
fc36708697
3 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ APPS = test_suite_aes.ecb$(EXEXT) test_suite_aes.cbc$(EXEXT) \
|
|||
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 $@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue