summaryrefslogtreecommitdiff
path: root/crypto/camellia
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-12-11 23:33:10 +0000
committerMatt Caswell <matt@openssl.org>2014-12-11 23:52:47 +0000
commitfd0ba77717c4fda075c9c9a6ff1e5975fdf76905 (patch)
tree2d22673a2fdcc3d4d4eac0bea60a9584c92e6d20 /crypto/camellia
parente03af1789f702dc19925abb50422ff8a21a70c72 (diff)
downloadopenssl-new-fd0ba77717c4fda075c9c9a6ff1e5975fdf76905.tar.gz
make update
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/camellia')
-rw-r--r--crypto/camellia/Makefile4
1 files changed, 2 insertions, 2 deletions
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