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 /ssl | |
parent | 0ef1ce49eeed417c143a8c1bf77ce0d843306e3d (diff) | |
download | openssl-new-007c80eae4e1f36e28a9645c485c14ec61baed4e.tar.gz |
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 'ssl')
-rw-r--r-- | ssl/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ssl/Makefile.in b/ssl/Makefile.in index 28c427c282..26444ca429 100644 --- a/ssl/Makefile.in +++ b/ssl/Makefile.in @@ -68,9 +68,6 @@ shared: lib (cd ..; $(MAKE) $(SHARED_LIB)); \ fi -files: - $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO - depend: $(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC) |