aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-12-08 12:34:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:25:38 +0000
commit71a5f534f13fe3a94b8b7d340802ba91b1083ad8 (patch)
tree3bb16035ee9a229b476ba592d0a2750209b4ba91 /Makefile.org
parent73e45b2dd127b10d6259203082fe2b49aa268986 (diff)
downloadopenssl-71a5f534f13fe3a94b8b7d340802ba91b1083ad8.tar.gz
Remove references to deleted fips directory from Makefile.org
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.org b/Makefile.org
index 2a08270828..8bb7e01773 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -132,7 +132,7 @@ FIPSCANLIB=
BASEADDR=
-DIRS= crypto fips ssl engines apps test tools
+DIRS= crypto ssl engines apps test tools
ENGDIRS= ccgost
SHLIBDIRS= crypto ssl
@@ -498,9 +498,6 @@ 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)..." && \