diff options
author | Richard Levitte <levitte@openssl.org> | 2016-03-17 23:01:21 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-03-21 11:02:00 +0100 |
commit | 007c80eae4e1f36e28a9645c485c14ec61baed4e (patch) | |
tree | a4a1caa38dfd9534877bc735a3f89c90cc7f8844 /crypto/md5 | |
parent | Remove generation of ms/version32.rc from Configure, use util/mkrc.pl (diff) | |
download | openssl-007c80eae4e1f36e28a9645c485c14ec61baed4e.tar.xz openssl-007c80eae4e1f36e28a9645c485c14ec61baed4e.zip |
Remove the remainder of util/mk1mf.pl and companion scripts
This removes all scripts that deal with MINFO as well, since that's
only used by mk1mf.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/md5')
-rw-r--r-- | crypto/md5/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/md5/Makefile.in b/crypto/md5/Makefile.in index 9c3fb1f857..48ddab350b 100644 --- a/crypto/md5/Makefile.in +++ b/crypto/md5/Makefile.in @@ -52,9 +52,6 @@ md5-ia64.s: asm/md5-ia64.S md5-sparcv9.S: asm/md5-sparcv9.pl $(PERL) asm/md5-sparcv9.pl $(PERLASM_SCHEME) $@ -files: - $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO - depend: $(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC) |