| commit | c1fdc187e297343c025b07412f7348ca10985a9c | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Thu May 26 18:03:12 2016 -0500 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jun 24 15:22:21 2016 -0500 |
| tree | e65e13bf40b69d84c216d407977f6eefaf333524 | |
| parent | f2e8c97b07f30fe97b2fc362888e4ce10bb88808 [diff] |
openssl: run 'make depend'
The configure flags we have require openssl to be built with:
make depend && make
The current openssl.inc file only has 'make', so prepend a call
to 'make depend'.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>