Commit 897dfd4e authored by Ben Laurie's avatar Ben Laurie
Browse files

Use CFLAG for LFLAGS instead of the nonexistent CFLAGS.

parent c621fe66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ $ofile='-o ';

# EXE linking stuff
$link='${CC}';
$lflags='${CFLAGS}';
$lflags='${CFLAG}';
$efile='-o ';
$exep='';
$ex_libs="";