projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d3b60
)
Build standalone exe after copying headers.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 7 Feb 2006 15:09:00 +0000
(15:09 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 7 Feb 2006 15:09:00 +0000
(15:09 +0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index ac0906c0f3714c11ec06089028d0adcaa562bdcd..8f9d686b33806e9e619e8b2016efc4cc8b9073c0 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-562,7
+562,7
@@
LIBS_DEP=\$(O_CRYPTO) \$(O_SSL) $ex_libs_dep
EOF
$rules=<<"EOF";
-all: banner \$(TMP_D) \$(BIN_D) \$(TEST_D) \$(LIB_D) \$(INCO_D)
\$(FIPS_SHA1_EXE) headers
lib exe $ex_build_targets
+all: banner \$(TMP_D) \$(BIN_D) \$(TEST_D) \$(LIB_D) \$(INCO_D)
headers \$(FIPS_SHA1_EXE)
lib exe $ex_build_targets
banner:
$banner