From: Richard Levitte Date: Mon, 20 Jun 2005 04:29:56 +0000 (+0000) Subject: Add crypto/bn/bn_prime.h to the collection of generated files. In the X-Git-Tag: OpenSSL_0_9_8-beta6~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d8e64093367d1d42f980c6020a6ef5b5d54807f2;p=oweals%2Fopenssl.git Add crypto/bn/bn_prime.h to the collection of generated files. In the update target, place the dependency on depend last, so all necessary files are generated *before* the dependencies are figured out. PR: 1121 --- diff --git a/Makefile.org b/Makefile.org index 4acc2a4f1a..88fa37625e 100644 --- a/Makefile.org +++ b/Makefile.org @@ -392,11 +392,15 @@ crypto/objects/obj_mac.h: crypto/objects/objects.pl crypto/objects/objects.txt c apps/openssl-vms.cnf: apps/openssl.cnf $(PERL) VMS/VMSify-conf.pl < apps/openssl.cnf > apps/openssl-vms.cnf +crypto/bn/bn_prime.h: crypto/bn/bn_prime.pl + $(PERL) crypto/bn/bn_prime.pl >crypto/bn/bn_prime.h + + TABLE: Configure (echo 'Output of `Configure TABLE'"':"; \ $(PERL) Configure TABLE) > TABLE -update: depend errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h apps/openssl-vms.cnf TABLE +update: errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h apps/openssl-vms.cnf crypto/bn/bn_prime.h TABLE depend # Build distribution tar-file. As the list of files returned by "find" is # pretty long, on several platforms a "too many arguments" error or similar