Use CFLAG for LFLAGS instead of the nonexistent CFLAGS.

This commit is contained in:
Ben Laurie 2013-03-05 05:55:19 +00:00
parent c621fe6685
commit 897dfd4eaa

View File

@ -30,7 +30,7 @@ $ofile='-o ';
# EXE linking stuff
$link='${CC}';
$lflags='${CFLAGS}';
$lflags='${CFLAG}';
$efile='-o ';
$exep='';
$ex_libs="";