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:
241d088
)
Do a "make links" in fips directory even if not compiling for fips.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 25 Feb 2009 23:29:20 +0000
(23:29 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 25 Feb 2009 23:29:20 +0000
(23:29 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 4be7dad7d67766b6c5de82857843451e751e8a23..215f593a90d70bb4f180ce0f521a7cdeb004b47b 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-504,6
+504,9
@@
links:
@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
@set -e; target=links; $(RECURSIVE_BUILD_CMD)
+ if [ -z "$(FIPSCANLIB)" ]; then \
+ @set -e; target=links; dir=fips ; $(BUILD_CMD) ; \
+ fi
gentests:
@(cd test && echo "generating dummy tests (if needed)..." && \