From ff288d2f59df26db2c26bb339ac00f45fc6e4d93 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 21 Nov 2018 15:06:29 +0100 Subject: Ajout de l'entête de debug aux dépendances des fichiers concernés MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crypto_aead/lilliputaei128v1/ref/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto_aead/lilliputaei128v1/ref/Makefile b/crypto_aead/lilliputaei128v1/ref/Makefile index f99af1f..7f23339 100644 --- a/crypto_aead/lilliputaei128v1/ref/Makefile +++ b/crypto_aead/lilliputaei128v1/ref/Makefile @@ -34,8 +34,8 @@ results/test-*.o: test/helpers.h parameters.h results/test-cipher.o: cipher.h results/test-tweakey.o: tweakey.h -resutls/cipher.o: cipher.h tweakey.h constants.h parameters.h -results/tweakey.o: tweakey.h constants.h parameters.h +results/cipher.o: cipher.h tweakey.h constants.h parameters.h debug.h +results/tweakey.o: tweakey.h constants.h parameters.h debug.h results/constants.o: constants.h # TODO: should add order-only prerequisites to remove mkdirs inside recipes -- cgit v1.2.3