summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-18 23:59:11 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:23:54 +0000
commit225fce8a9867c638fb208a3a8062e8202355999a (patch)
tree356984aacd4a61274dadbddb52a583e227ccca83 /Makefile.org
parenta42366a4067e1f78d7133b484190e0a564d56afd (diff)
Remove FIPSCANISTERINTERNAL reference.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 4a38499113..2a08270828 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -232,7 +232,6 @@ BUILDENV= PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)' \
PERLASM_SCHEME='$(PERLASM_SCHEME)' \
FIPSLIBDIR='${FIPSLIBDIR}' \
FIPSCANLIB="$${FIPSCANLIB:-$(FIPSCANLIB)}" \
- FIPSCANISTERINTERNAL='${FIPSCANISTERINTERNAL}' \
FIPS_EX_OBJ='${FIPS_EX_OBJ}' \
THIS=$${THIS:-$@} MAKEFILE=Makefile MAKEOVERRIDES=
# MAKEOVERRIDES= effectively "equalizes" GNU-ish and SysV-ish make flavors,