summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-17 23:01:21 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-21 11:02:00 +0100
commit007c80eae4e1f36e28a9645c485c14ec61baed4e (patch)
treea4a1caa38dfd9534877bc735a3f89c90cc7f8844 /crypto
parent0ef1ce49eeed417c143a8c1bf77ce0d843306e3d (diff)
downloadopenssl-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 'crypto')
-rw-r--r--crypto/Makefile.in4
-rw-r--r--crypto/aes/Makefile.in3
-rw-r--r--crypto/asn1/Makefile.in3
-rw-r--r--crypto/async/Makefile.in3
-rw-r--r--crypto/bf/Makefile.in3
-rw-r--r--crypto/bio/Makefile.in3
-rw-r--r--crypto/blake2/Makefile.in3
-rw-r--r--crypto/bn/Makefile.in3
-rw-r--r--crypto/buffer/Makefile.in3
-rw-r--r--crypto/camellia/Makefile.in3
-rw-r--r--crypto/cast/Makefile.in3
-rw-r--r--crypto/chacha/Makefile.in3
-rw-r--r--crypto/cmac/Makefile.in3
-rw-r--r--crypto/cms/Makefile.in3
-rw-r--r--crypto/comp/Makefile.in3
-rw-r--r--crypto/conf/Makefile.in3
-rw-r--r--crypto/ct/Makefile.in3
-rw-r--r--crypto/des/Makefile.in3
-rw-r--r--crypto/dh/Makefile.in3
-rw-r--r--crypto/dsa/Makefile.in3
-rw-r--r--crypto/dso/Makefile.in3
-rw-r--r--crypto/ec/Makefile.in3
-rw-r--r--crypto/engine/Makefile.in3
-rw-r--r--crypto/err/Makefile.in3
-rw-r--r--crypto/evp/Makefile.in3
-rw-r--r--crypto/hmac/Makefile.in3
-rw-r--r--crypto/idea/Makefile.in3
-rw-r--r--crypto/kdf/Makefile.in3
-rw-r--r--crypto/lhash/Makefile.in3
-rw-r--r--crypto/md2/Makefile.in3
-rw-r--r--crypto/md4/Makefile.in3
-rw-r--r--crypto/md5/Makefile.in3
-rw-r--r--crypto/mdc2/Makefile.in3
-rw-r--r--crypto/modes/Makefile.in3
-rw-r--r--crypto/objects/Makefile.in3
-rw-r--r--crypto/ocsp/Makefile.in3
-rw-r--r--crypto/pem/Makefile.in3
-rw-r--r--crypto/pkcs12/Makefile.in3
-rw-r--r--crypto/pkcs7/Makefile.in3
-rw-r--r--crypto/poly1305/Makefile.in3
-rw-r--r--crypto/rand/Makefile.in3
-rw-r--r--crypto/rc2/Makefile.in3
-rw-r--r--crypto/rc4/Makefile.in3
-rw-r--r--crypto/rc5/Makefile.in3
-rw-r--r--crypto/ripemd/Makefile.in3
-rw-r--r--crypto/rsa/Makefile.in3
-rw-r--r--crypto/seed/Makefile.in3
-rw-r--r--crypto/sha/Makefile.in3
-rw-r--r--crypto/srp/Makefile.in3
-rw-r--r--crypto/stack/Makefile.in3
-rw-r--r--crypto/ts/Makefile.in3
-rw-r--r--crypto/txt_db/Makefile.in3
-rw-r--r--crypto/ui/Makefile.in3
-rw-r--r--crypto/whrlpool/Makefile.in3
-rw-r--r--crypto/x509/Makefile.in3
-rw-r--r--crypto/x509v3/Makefile.in3
56 files changed, 0 insertions, 169 deletions
diff --git a/crypto/Makefile.in b/crypto/Makefile.in
index 9f26ef007a..60304acbc2 100644
--- a/crypto/Makefile.in
+++ b/crypto/Makefile.in
@@ -89,10 +89,6 @@ armv4cpuid.S: armv4cpuid.pl; $(PERL) armv4cpuid.pl $(PERLASM_SCHEME) $@
subdirs:
@target=all; $(RECURSIVE_MAKE)
-files:
- $(PERL) $(TOP)/util/files.pl "CPUID_OBJ=$(CPUID_OBJ)" Makefile >> $(TOP)/MINFO
- @target=files; $(RECURSIVE_MAKE)
-
# lib: $(LIB): are splitted to avoid end-less loop
lib: $(LIB)
@touch lib
diff --git a/crypto/aes/Makefile.in b/crypto/aes/Makefile.in
index 46566c3608..0dc96e4a3d 100644
--- a/crypto/aes/Makefile.in
+++ b/crypto/aes/Makefile.in
@@ -97,9 +97,6 @@ aes-armv4.o: aes-armv4.S
bsaes-%.S: asm/bsaes-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
bsaes-armv7.o: bsaes-armv7.S
-files:
- $(PERL) $(TOP)/util/files.pl "AES_ENC=$(AES_ENC)" Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/asn1/Makefile.in b/crypto/asn1/Makefile.in
index 86f805bc6f..fd8ffcfd99 100644
--- a/crypto/asn1/Makefile.in
+++ b/crypto/asn1/Makefile.in
@@ -68,9 +68,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/async/Makefile.in b/crypto/async/Makefile.in
index 97b5385c08..aa85749899 100644
--- a/crypto/async/Makefile.in
+++ b/crypto/async/Makefile.in
@@ -36,9 +36,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
links:
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
diff --git a/crypto/bf/Makefile.in b/crypto/bf/Makefile.in
index 4a3d726e5d..a41b9d1969 100644
--- a/crypto/bf/Makefile.in
+++ b/crypto/bf/Makefile.in
@@ -42,9 +42,6 @@ lib: $(LIBOBJ)
bf-586.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
$(PERL) asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) $@
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/bio/Makefile.in b/crypto/bio/Makefile.in
index 2bf8601ee8..12cf6c6792 100644
--- a/crypto/bio/Makefile.in
+++ b/crypto/bio/Makefile.in
@@ -46,9 +46,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/blake2/Makefile.in b/crypto/blake2/Makefile.in
index 452d1ea1e0..ebfaa045b2 100644
--- a/crypto/blake2/Makefile.in
+++ b/crypto/blake2/Makefile.in
@@ -30,9 +30,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
update: depend
depend:
diff --git a/crypto/bn/Makefile.in b/crypto/bn/Makefile.in
index eb610e715c..420eebbc87 100644
--- a/crypto/bn/Makefile.in
+++ b/crypto/bn/Makefile.in
@@ -130,9 +130,6 @@ armv4-mont.o: armv4-mont.S
armv4-gf2m.o: armv4-gf2m.S
armv8-mont.o: armv8-mont.S
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
div:
rm -f a.out
gcc -I.. -g div.c ../../libcrypto.a
diff --git a/crypto/buffer/Makefile.in b/crypto/buffer/Makefile.in
index 09b3488f04..97e1094ddb 100644
--- a/crypto/buffer/Makefile.in
+++ b/crypto/buffer/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/camellia/Makefile.in b/crypto/camellia/Makefile.in
index cb62c91cb3..5a806e26fd 100644
--- a/crypto/camellia/Makefile.in
+++ b/crypto/camellia/Makefile.in
@@ -48,9 +48,6 @@ cmll-x86_64.s: asm/cmll-x86_64.pl
cmllt4-sparcv9.S: asm/cmllt4-sparcv9.pl ../perlasm/sparcv9_modes.pl
$(PERL) asm/cmllt4-sparcv9.pl $(PERLASM_SCHEME) $@
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/cast/Makefile.in b/crypto/cast/Makefile.in
index f1ad0c7f3e..218c480d1a 100644
--- a/crypto/cast/Makefile.in
+++ b/crypto/cast/Makefile.in
@@ -42,9 +42,6 @@ lib: $(LIBOBJ)
cast-586.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
$(PERL) asm/cast-586.pl $(PERLASM_SCHEME) $(CLAGS) $(PROCESSOR) $@
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/chacha/Makefile.in b/crypto/chacha/Makefile.in
index e728b4d93b..067fbed428 100644
--- a/crypto/chacha/Makefile.in
+++ b/crypto/chacha/Makefile.in
@@ -48,9 +48,6 @@ chacha-%.S: asm/chacha-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
chacha-armv4.o: chacha-armv4.S
chacha-armv8.o: chacha-armv8.S
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/cmac/Makefile.in b/crypto/cmac/Makefile.in
index 5abc139068..1d6f0bd52c 100644
--- a/crypto/cmac/Makefile.in
+++ b/crypto/cmac/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/cms/Makefile.in b/crypto/cms/Makefile.in
index cf074eaa81..19a50b21e7 100644
--- a/crypto/cms/Makefile.in
+++ b/crypto/cms/Makefile.in
@@ -40,9 +40,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/comp/Makefile.in b/crypto/comp/Makefile.in
index 24c1231fcc..0673d469d9 100644
--- a/crypto/comp/Makefile.in
+++ b/crypto/comp/Makefile.in
@@ -37,9 +37,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(LIBSRC)
diff --git a/crypto/conf/Makefile.in b/crypto/conf/Makefile.in
index e1bae369c2..5acaa1c403 100644
--- a/crypto/conf/Makefile.in
+++ b/crypto/conf/Makefile.in
@@ -37,9 +37,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(LIBSRC)
diff --git a/crypto/ct/Makefile.in b/crypto/ct/Makefile.in
index 0daec36544..794efbc6d7 100644
--- a/crypto/ct/Makefile.in
+++ b/crypto/ct/Makefile.in
@@ -36,9 +36,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/des/Makefile.in b/crypto/des/Makefile.in
index 74c5862ab2..5f87f22bf7 100644
--- a/crypto/des/Makefile.in
+++ b/crypto/des/Makefile.in
@@ -63,9 +63,6 @@ des-586.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
crypt586.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
$(PERL) asm/crypt586.pl $(PERLASM_SCHEME) $(CFLAGS) $@
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/dh/Makefile.in b/crypto/dh/Makefile.in
index 9ac52eb1b4..fa2d769691 100644
--- a/crypto/dh/Makefile.in
+++ b/crypto/dh/Makefile.in
@@ -36,9 +36,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/dsa/Makefile.in b/crypto/dsa/Makefile.in
index a22dfa32b5..9f38d4eef5 100644
--- a/crypto/dsa/Makefile.in
+++ b/crypto/dsa/Makefile.in
@@ -36,9 +36,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/dso/Makefile.in b/crypto/dso/Makefile.in
index 58d0974507..8c517febce 100644
--- a/crypto/dso/Makefile.in
+++ b/crypto/dso/Makefile.in
@@ -36,9 +36,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/ec/Makefile.in b/crypto/ec/Makefile.in
index 4203b70f2e..cc5e4b671f 100644
--- a/crypto/ec/Makefile.in
+++ b/crypto/ec/Makefile.in
@@ -64,9 +64,6 @@ ecp_nistz256-%.S: asm/ecp_nistz256-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
ecp_nistz256-armv4.o: ecp_nistz256-armv4.S
ecp_nistz256-armv8.o: ecp_nistz256-armv8.S
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/engine/Makefile.in b/crypto/engine/Makefile.in
index 8435e7576c..9f4edc6a4c 100644
--- a/crypto/engine/Makefile.in
+++ b/crypto/engine/Makefile.in
@@ -44,9 +44,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/err/Makefile.in b/crypto/err/Makefile.in
index f0051e8546..c12ea3ffd8 100644
--- a/crypto/err/Makefile.in
+++ b/crypto/err/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/evp/Makefile.in b/crypto/evp/Makefile.in
index 5b24ae5909..15080d018c 100644
--- a/crypto/evp/Makefile.in
+++ b/crypto/evp/Makefile.in
@@ -59,9 +59,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(LIBSRC)
diff --git a/crypto/hmac/Makefile.in b/crypto/hmac/Makefile.in
index ab8acab143..2da801ccda 100644
--- a/crypto/hmac/Makefile.in
+++ b/crypto/hmac/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/idea/Makefile.in b/crypto/idea/Makefile.in
index b3aafcad79..61ab62b713 100644
--- a/crypto/idea/Makefile.in
+++ b/crypto/idea/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/kdf/Makefile.in b/crypto/kdf/Makefile.in
index a1e9584435..5ab2cbfe54 100644
--- a/crypto/kdf/Makefile.in
+++ b/crypto/kdf/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
tags:
ctags $(SRC)
diff --git a/crypto/lhash/Makefile.in b/crypto/lhash/Makefile.in
index ff9000102c..9b9281f8ab 100644
--- a/crypto/lhash/Makefile.in
+++ b/crypto/lhash/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/md2/Makefile.in b/crypto/md2/Makefile.in
index 2692884a24..16bfea7bab 100644
--- a/crypto/md2/Makefile.in
+++ b/crypto/md2/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/md4/Makefile.in b/crypto/md4/Makefile.in
index b45b6ce64f..f63c611dae 100644
--- a/crypto/md4/Makefile.in
+++ b/crypto/md4/Makefile.in
@@ -35,9 +35,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
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)
diff --git a/crypto/mdc2/Makefile.in b/crypto/mdc2/Makefile.in
index 3c2275b581..2f2ccf9e3f 100644
--- a/crypto/mdc2/Makefile.in
+++ b/crypto/mdc2/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/modes/Makefile.in b/crypto/modes/Makefile.in
index 581896d2ad..22ab8b9b0e 100644
--- a/crypto/modes/Makefile.in
+++ b/crypto/modes/Makefile.in
@@ -67,9 +67,6 @@ ghash-%.S: asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
ghash-armv4.o: ghash-armv4.S
ghashv8-armx.o: ghashv8-armx.S
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/objects/Makefile.in b/crypto/objects/Makefile.in
index 64d138b2cf..f6c9f0a4fc 100644
--- a/crypto/objects/Makefile.in
+++ b/crypto/objects/Makefile.in
@@ -47,9 +47,6 @@ obj_xref.h: objxref.pl obj_xref.txt obj_mac.num
$(PERL) objxref.pl obj_mac.num obj_xref.txt > obj_xref.h
@sleep 1; touch obj_xref.h; sleep 1
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
generate: obj_dat.h ../../include/openssl/obj_mac.h obj_xref.h
depend:
diff --git a/crypto/ocsp/Makefile.in b/crypto/ocsp/Makefile.in
index 5ce7d88e02..0f8ae43065 100644
--- a/crypto/ocsp/Makefile.in
+++ b/crypto/ocsp/Makefile.in
@@ -37,9 +37,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(LIBSRC)
diff --git a/crypto/pem/Makefile.in b/crypto/pem/Makefile.in
index a5222975ba..fab36638ba 100644
--- a/crypto/pem/Makefile.in
+++ b/crypto/pem/Makefile.in
@@ -37,9 +37,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(LIBSRC)
diff --git a/crypto/pkcs12/Makefile.in b/crypto/pkcs12/Makefile.in
index 165ca2d5e0..abca0e72bf 100644
--- a/crypto/pkcs12/Makefile.in
+++ b/crypto/pkcs12/Makefile.in
@@ -40,9 +40,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/pkcs7/Makefile.in b/crypto/pkcs7/Makefile.in
index 49b78c58a2..b71d562894 100644
--- a/crypto/pkcs7/Makefile.in
+++ b/crypto/pkcs7/Makefile.in
@@ -41,9 +41,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/poly1305/Makefile.in b/crypto/poly1305/Makefile.in
index 03bde08091..0601bf734a 100644
--- a/crypto/poly1305/Makefile.in
+++ b/crypto/poly1305/Makefile.in
@@ -52,9 +52,6 @@ poly1305-%.S: asm/poly1305-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
poly1305-armv4.o: poly1305-armv4.S
poly1305-armv8.o: poly1305-armv8.S
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/rand/Makefile.in b/crypto/rand/Makefile.in
index 095f0f002f..5442402432 100644
--- a/crypto/rand/Makefile.in
+++ b/crypto/rand/Makefile.in
@@ -36,9 +36,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/rc2/Makefile.in b/crypto/rc2/Makefile.in
index d124d0ba59..1a09360c38 100644
--- a/crypto/rc2/Makefile.in
+++ b/crypto/rc2/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/rc4/Makefile.in b/crypto/rc4/Makefile.in
index 0d4952c9ff..816ec2fb83 100644
--- a/crypto/rc4/Makefile.in
+++ b/crypto/rc4/Makefile.in
@@ -62,9 +62,6 @@ rc4-ia64.s: rc4-ia64.S
# GNU make "catch all"
rc4-%.s: asm/rc4-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/rc5/Makefile.in b/crypto/rc5/Makefile.in
index a440fda5b0..554d0eff8b 100644
--- a/crypto/rc5/Makefile.in
+++ b/crypto/rc5/Makefile.in
@@ -42,9 +42,6 @@ lib: $(LIBOBJ)
rc5-586.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
$(PERL) asm/rc5-586.pl $(PERLASM_SCHEME) $(CFLAGS) $@
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/ripemd/Makefile.in b/crypto/ripemd/Makefile.in
index a0135b3079..4a870499b9 100644
--- a/crypto/ripemd/Makefile.in
+++ b/crypto/ripemd/Makefile.in
@@ -42,9 +42,6 @@ lib: $(LIBOBJ)
rmd-586.s: asm/rmd-586.pl ../perlasm/x86asm.pl
$(PERL) asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) $@
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/rsa/Makefile.in b/crypto/rsa/Makefile.in
index 0e2e2bf77e..5a8ecc45d2 100644
--- a/crypto/rsa/Makefile.in
+++ b/crypto/rsa/Makefile.in
@@ -40,9 +40,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/seed/Makefile.in b/crypto/seed/Makefile.in
index fe55942ca2..2ae714d032 100644
--- a/crypto/seed/Makefile.in
+++ b/crypto/seed/Makefile.in
@@ -35,9 +35,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/sha/Makefile.in b/crypto/sha/Makefile.in
index 9041c3cfa6..8f24feaf97 100644
--- a/crypto/sha/Makefile.in
+++ b/crypto/sha/Makefile.in
@@ -97,9 +97,6 @@ sha1-armv8.o: sha1-armv8.S
sha256-armv8.o: sha256-armv8.S
sha512-armv8.o: sha512-armv8.S
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/srp/Makefile.in b/crypto/srp/Makefile.in
index 8aa422a8e3..78e9a4f873 100644
--- a/crypto/srp/Makefile.in
+++ b/crypto/srp/Makefile.in
@@ -30,9 +30,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/stack/Makefile.in b/crypto/stack/Makefile.in
index fbce5a57bc..e127585f84 100644
--- a/crypto/stack/Makefile.in
+++ b/crypto/stack/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/ts/Makefile.in b/crypto/ts/Makefile.in
index 7f8648a8f8..64156b561e 100644
--- a/crypto/ts/Makefile.in
+++ b/crypto/ts/Makefile.in
@@ -44,9 +44,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(LIBSRC)
diff --git a/crypto/txt_db/Makefile.in b/crypto/txt_db/Makefile.in
index e3810fa244..905ab41ab4 100644
--- a/crypto/txt_db/Makefile.in
+++ b/crypto/txt_db/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/ui/Makefile.in b/crypto/ui/Makefile.in
index 46ae052b4a..665cd2ee49 100644
--- a/crypto/ui/Makefile.in
+++ b/crypto/ui/Makefile.in
@@ -34,9 +34,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/whrlpool/Makefile.in b/crypto/whrlpool/Makefile.in
index 4e16f7d798..e6c64b77c5 100644
--- a/crypto/whrlpool/Makefile.in
+++ b/crypto/whrlpool/Makefile.in
@@ -47,9 +47,6 @@ wp-x86_64.s: asm/wp-x86_64.pl
$(LIBOBJ): $(LIBSRC)
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/x509/Makefile.in b/crypto/x509/Makefile.in
index 4932622411..c1a173e5f0 100644
--- a/crypto/x509/Makefile.in
+++ b/crypto/x509/Makefile.in
@@ -48,9 +48,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
diff --git a/crypto/x509v3/Makefile.in b/crypto/x509v3/Makefile.in
index b6af01e688..5598ddbeaf 100644
--- a/crypto/x509v3/Makefile.in
+++ b/crypto/x509v3/Makefile.in
@@ -44,9 +44,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)