summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-03-05 05:55:19 +0000
committerBen Laurie <ben@links.org>2013-03-05 05:55:19 +0000
commit897dfd4eaa6eff4d5184df9698f32289f5e93a8f (patch)
tree401215412e2141ad65fba00fdc0b7458685547f3 /util
parentc621fe6685e3de5f6cba3f03fef6ed278eeefa3d (diff)
Use CFLAG for LFLAGS instead of the nonexistent CFLAGS.
Diffstat (limited to 'util')
-rw-r--r--util/pl/unix.pl2
1 files changed, 1 insertions, 1 deletions
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="";