summaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-02-10 13:03:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-02-10 13:03:31 +0000
commitaaa29f9e8354aa8a3a8d33474a28b70a2010ad30 (patch)
tree00273bb479f44514c26b5775c3effedca61e0a95 /Makefile.org
parentede6ef5e0813e87b27648c32d1d6de212d967d4e (diff)
downloadopenssl-new-aaa29f9e8354aa8a3a8d33474a28b70a2010ad30.tar.gz
Add error checking to obj_xref.pl and add command line support for data
file locations.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 580a26937a..21d194e7d7 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -438,7 +438,7 @@ crypto/objects/obj_dat.h: crypto/objects/obj_dat.pl crypto/objects/obj_mac.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
+ $(PERL) crypto/objects/objxref.pl crypto/objects/obj_mac.num crypto/objects/obj_xref.txt >crypto/objects/obj_xref.h
apps/openssl-vms.cnf: apps/openssl.cnf
$(PERL) VMS/VMSify-conf.pl < apps/openssl.cnf > apps/openssl-vms.cnf