diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-14 16:55:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-14 16:55:06 +0000 |
commit | 69db696c78c83fc89c9fea83759bb8c4390405aa (patch) | |
tree | 46797d0bdd2ed09222b38ad1efe1d85bb8b8cd71 /lib/libcrypto/whrlpool | |
parent | 412513741b60bac892287fdf9b9e313a0e7bb554 (diff) |
remove auto-generated dependencies from the old unused build system, so
that it is easier to find code pieces. They are getting in the way.
ok miod
Diffstat (limited to 'lib/libcrypto/whrlpool')
-rw-r--r-- | lib/libcrypto/whrlpool/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libcrypto/whrlpool/Makefile b/lib/libcrypto/whrlpool/Makefile index 566b9962905..18878869a75 100644 --- a/lib/libcrypto/whrlpool/Makefile +++ b/lib/libcrypto/whrlpool/Makefile @@ -86,8 +86,3 @@ clean: rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # DO NOT DELETE THIS LINE -- make depend depends on it. - -wp_block.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h -wp_block.o: ../../include/openssl/whrlpool.h wp_block.c wp_locl.h -wp_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h -wp_dgst.o: ../../include/openssl/whrlpool.h wp_dgst.c wp_locl.h |