diff options
author | Richard Levitte <levitte@openssl.org> | 2001-07-31 19:07:24 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-07-31 19:07:24 +0200 |
commit | 710e5d5639c8f943d73f49733382c1b787d1abb6 (patch) | |
tree | 372bd80def5f48e4103afe7a203e44e0b62a25b4 /crypto/rc2 | |
parent | Make sure the source file is included among the dependencies. This is (diff) | |
download | openssl-710e5d5639c8f943d73f49733382c1b787d1abb6.tar.xz openssl-710e5d5639c8f943d73f49733382c1b787d1abb6.zip |
make update
Diffstat (limited to 'crypto/rc2')
-rw-r--r-- | crypto/rc2/Makefile.ssl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/rc2/Makefile.ssl b/crypto/rc2/Makefile.ssl index 527df4bd72..c233b0fa0c 100644 --- a/crypto/rc2/Makefile.ssl +++ b/crypto/rc2/Makefile.ssl @@ -80,12 +80,12 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. rc2_cbc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h -rc2_cbc.o: rc2_locl.h +rc2_cbc.o: rc2_cbc.c rc2_locl.h rc2_ecb.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h -rc2_ecb.o: ../../include/openssl/rc2.h rc2_locl.h +rc2_ecb.o: ../../include/openssl/rc2.h rc2_ecb.c rc2_locl.h rc2_skey.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h -rc2_skey.o: rc2_locl.h +rc2_skey.o: rc2_locl.h rc2_skey.c rc2cfb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h -rc2cfb64.o: rc2_locl.h +rc2cfb64.o: rc2_locl.h rc2cfb64.c rc2ofb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h -rc2ofb64.o: rc2_locl.h +rc2ofb64.o: rc2_locl.h rc2ofb64.c |