diff options
author | Richard Levitte <levitte@openssl.org> | 2002-02-07 21:02:49 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-02-07 21:02:49 +0100 |
commit | 9074521458c806464df2ffd185ab2bad7e3bfa2d (patch) | |
tree | 6821b8d113da9519535b42e4b3c8b9f25fc32676 /Makefile.org | |
parent | If the intended header file doesn't exist, create it. (diff) | |
download | openssl-9074521458c806464df2ffd185ab2bad7e3bfa2d.tar.xz openssl-9074521458c806464df2ffd185ab2bad7e3bfa2d.zip |
Generate the individual engines' error strings and macros
automatically.
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org index 5e642036e5..1ca0b28368 100644 --- a/Makefile.org +++ b/Makefile.org @@ -608,6 +608,7 @@ tags: errors: $(PERL) util/mkerr.pl -recurse -write + (cd crypto/engine; $(MAKE) PERL=$(PERL) errors) stacks: $(PERL) util/mkstack.pl -write |