From 897dfd4eaa6eff4d5184df9698f32289f5e93a8f Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 5 Mar 2013 05:55:19 +0000 Subject: Use CFLAG for LFLAGS instead of the nonexistent CFLAGS. --- util/pl/unix.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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=""; -- cgit v1.2.3