From fd0ba77717c4fda075c9c9a6ff1e5975fdf76905 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 11 Dec 2014 23:33:10 +0000 Subject: make update Reviewed-by: Tim Hudson --- crypto/camellia/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/camellia') diff --git a/crypto/camellia/Makefile b/crypto/camellia/Makefile index 5dfd696a9a..59230992a3 100644 --- a/crypto/camellia/Makefile +++ b/crypto/camellia/Makefile @@ -88,8 +88,8 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. -camellia.o: ../../include/openssl/opensslconf.h camellia.c camellia.h -camellia.o: cmll_locl.h +camellia.o: ../../include/openssl/camellia.h +camellia.o: ../../include/openssl/opensslconf.h camellia.c cmll_locl.h cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h cmll_cbc.o: ../../include/openssl/opensslconf.h cmll_cbc.c cmll_cfb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h -- cgit v1.2.1