From: Ben Laurie Date: Tue, 5 Mar 2013 05:55:19 +0000 (+0000) Subject: Use CFLAG for LFLAGS instead of the nonexistent CFLAGS. X-Git-Tag: master-post-reformat~1395 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=897dfd4eaa6eff4d5184df9698f32289f5e93a8f;p=oweals%2Fopenssl.git Use CFLAG for LFLAGS instead of the nonexistent CFLAGS. --- diff --git a/util/pl/unix.pl b/util/pl/unix.pl index 071e97a3af..b8e1ff7d9e 100644 --- a/util/pl/unix.pl +++ b/util/pl/unix.pl @@ -30,7 +30,7 @@ $ofile='-o '; # EXE linking stuff $link='${CC}'; -$lflags='${CFLAGS}'; +$lflags='${CFLAG}'; $efile='-o '; $exep=''; $ex_libs="";