summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-12-13 22:57:39 +0000
committerRichard Levitte <levitte@openssl.org>2004-12-13 22:57:39 +0000
commitfbf218b8c3dbd8bef6eff34ee257d3e118195830 (patch)
tree57546143af45197ddfb50c62cd3da4a4c84442cc /crypto
parent3c97bd833be51eaf47114ed8d77f97972f0455a6 (diff)
make update (oops, missed this file)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/aes/Makefile.ssl5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/aes/Makefile.ssl b/crypto/aes/Makefile.ssl
index cf3d4183ff..8d9c3b9b0a 100644
--- a/crypto/aes/Makefile.ssl
+++ b/crypto/aes/Makefile.ssl
@@ -93,8 +93,9 @@ clean:
aes_cbc.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h
aes_cbc.o: ../../include/openssl/opensslconf.h aes_cbc.c aes_locl.h
-aes_cfb.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h
-aes_cfb.o: ../../include/openssl/opensslconf.h aes_cfb.c aes_locl.h
+aes_cfb.o: ../../e_os.h ../../include/openssl/aes.h
+aes_cfb.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
+aes_cfb.o: aes_cfb.c aes_locl.h
aes_core.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h
aes_core.o: ../../include/openssl/opensslconf.h aes_core.c aes_locl.h
aes_ctr.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h