summaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2006-04-19 06:45:06 +0000
committerRichard Levitte <levitte@openssl.org>2006-04-19 06:45:06 +0000
commita19c9f179d538dd277bf0842136c2d3b2abd4fc5 (patch)
tree228711437c9d68b0d3de5940ccd1fcac52254761 /Makefile.org
parenta784b943c10fcc834b23907597e3f38593cffef6 (diff)
downloadopenssl-new-a19c9f179d538dd277bf0842136c2d3b2abd4fc5.tar.gz
Make sure obj_xref.h is updated during a "make update"
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index d383b92ad4..cf5df2f852 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -428,6 +428,8 @@ 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.num
$(PERL) crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num crypto/objects/obj_mac.h
+crypto/objects/obj_xref.h: crypto/objects/objxref.pl crypto/objects/obj_xref.txt crypto/objects/obj_mac.num
+ $(PERL) crypto/objects/objxref.pl > crypto/objects/obj_xref.h
apps/openssl-vms.cnf: apps/openssl.cnf
$(PERL) VMS/VMSify-conf.pl < apps/openssl.cnf > apps/openssl-vms.cnf
@@ -440,7 +442,7 @@ TABLE: Configure
(echo 'Output of `Configure TABLE'"':"; \
$(PERL) Configure TABLE) > 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
+update: errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h crypto/objects/obj_xref.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