mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-02 07:54:14 +01:00
- Added dependency on helpers.function
This commit is contained in:
parent
fea8545050
commit
4fa1a76c92
@ -23,7 +23,7 @@ APPS = test_suite_aes test_suite_arc4 \
|
|||||||
|
|
||||||
all: $(APPS)
|
all: $(APPS)
|
||||||
|
|
||||||
%.c : suites/%.function suites/%.data scripts/generate_code.pl
|
%.c : suites/%.function suites/%.data scripts/generate_code.pl suites/helpers.function
|
||||||
echo " Generate $@"
|
echo " Generate $@"
|
||||||
scripts/generate_code.pl suites $*
|
scripts/generate_code.pl suites $*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user