diff options
author | Bodo Möller <bodo@openssl.org> | 2001-03-06 09:58:38 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2001-03-06 09:58:38 +0100 |
commit | 1d00800e88d56f1a0776c6cf99b48ddcd31108fd (patch) | |
tree | 87b5e020576ffecf09e91f5fe168635c439b2eca /Makefile.org | |
parent | 'is_at_infinity' tests don't need a BN_CTX. (diff) | |
download | openssl-1d00800e88d56f1a0776c6cf99b48ddcd31108fd.tar.xz openssl-1d00800e88d56f1a0776c6cf99b48ddcd31108fd.zip |
Change obj_... generation so that it does not generate rubbish or
abort with errors if no name is defined for some object, which was the
case for 'pilotAttributeType 27'.
Also avoid this very situation by assigning the name
'pilotAttributeType27'.
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org index e638725df5..1c79eee1af 100644 --- a/Makefile.org +++ b/Makefile.org @@ -446,9 +446,9 @@ util/libeay.num:: util/ssleay.num:: $(PERL) util/mkdef.pl ssl update -crypto/objects/obj_dat.h: crypto/objects/obj_mac.h crypto/objects/obj_dat.pl +crypto/objects/obj_dat.h: crypto/objects/obj_dat.pl crypto/objects/obj_mac.h $(PERL) crypto/objects/obj_dat.pl crypto/objects/obj_mac.h crypto/objects/obj_dat.h -crypto/objects/obj_mac.h: crypto/objects/objects.pl crypto/objects/objects.txt +crypto/objects/obj_mac.h: crypto/objects/objects.pl crypto/objects/objects.txt crypto/obj_mac.num $(PERL) crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num crypto/objects/obj_mac.h TABLE: Configure |