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:
61c3085
)
use BUILD_ONE_CMD for fips specific links otherwise we effectively do 'make links...
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 4 Dec 2011 15:14:13 +0000
(15:14 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 4 Dec 2011 15:14:13 +0000
(15:14 +0000)
Makefile.fips
patch
|
blob
|
history
diff --git
a/Makefile.fips
b/Makefile.fips
index b3811dff22f16202466cf6b7d61effc6b7866e10..4c7add6f1d39f14255a7f7245ba094e2e15f854c 100644
(file)
--- a/
Makefile.fips
+++ b/
Makefile.fips
@@
-524,7
+524,7
@@
files:
links:
@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
- @set -e; dir=fips target=links; $(
RECURSIVE_BUILD
_CMD)
+ @set -e; dir=fips target=links; $(
BUILD_ONE
_CMD)
@(cd crypto ; SDIRS='$(LINKDIRS)' $(MAKE) -e links)
gentests: