From: Andy Polyakov Date: Sun, 6 Nov 2016 20:46:11 +0000 (+0100) Subject: Makefile.org: clear APPS environment variable. X-Git-Tag: OpenSSL_1_0_2k~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c210840d06bf9e72ad6e26a444b4a2dabfc505b4;p=openssl Makefile.org: clear APPS environment variable. Build failure was reported in GH#1818 if APPS environment was defined. Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/1864) --- diff --git a/Makefile.org b/Makefile.org index 2377f50291..61a329b4f2 100644 --- a/Makefile.org +++ b/Makefile.org @@ -201,7 +201,8 @@ CLEARENV= TOP= && unset TOP $${LIB+LIB} $${LIBS+LIBS} \ $${ASFLAGS+ASFLAGS} $${AFLAGS+AFLAGS} \ $${LDCMD+LDCMD} $${LDFLAGS+LDFLAGS} $${SCRIPTS+SCRIPTS} \ $${SHAREDCMD+SHAREDCMD} $${SHAREDFLAGS+SHAREDFLAGS} \ - $${SHARED_LIB+SHARED_LIB} $${LIBEXTRAS+LIBEXTRAS} + $${SHARED_LIB+SHARED_LIB} $${LIBEXTRAS+LIBEXTRAS} \ + $${APPS+APPS} # LC_ALL=C ensures that error [and other] messages are delivered in # same language for uniform treatment.