1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

- Added dependency on helpers.function

This commit is contained in:
Paul Bakker
2011-03-13 16:56:11 +00:00
parent fea8545050
commit 4fa1a76c92

View File

@@ -23,7 +23,7 @@ APPS = test_suite_aes test_suite_arc4 \
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 $@"
scripts/generate_code.pl suites $*