summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-20 04:29:54 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-20 04:29:54 +0000
commit722a5c5adee20ac458755f5898b3f9b37c06034a (patch)
treead17a3271dffce81f3573aa2e3d91d7d6198cc6e /Makefile.org
parent2788e3983e1beb06721cac3753471577dfc5c324 (diff)
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
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 005a2e1834..46cdb9fc7c 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -726,11 +726,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