Use CFLAG for LFLAGS instead of the nonexistent CFLAGS.
authorBen Laurie <ben@links.org>
Tue, 5 Mar 2013 05:55:19 +0000 (05:55 +0000)
committerBen Laurie <ben@links.org>
Tue, 5 Mar 2013 05:55:19 +0000 (05:55 +0000)
util/pl/unix.pl

index 071e97a3af33ce2b84b5038540e3e38f2e194431..b8e1ff7d9e6dc89dbccdf368d5a8b25f7aa6996a 100644 (file)
@@ -30,7 +30,7 @@ $ofile='-o ';
 
 # EXE linking stuff
 $link='${CC}';
-$lflags='${CFLAGS}';
+$lflags='${CFLAG}';
 $efile='-o ';
 $exep='';
 $ex_libs="";