From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Thu, 25 Sep 2008 21:21:45 +0000 (+0100) Subject: Typo X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=ba30732061e9f16ae7dcb7fb1c7b479f47ff72d4;p=fedora-mingw.git Typo --- diff --git a/show-build-order.pl b/show-build-order.pl index 75575c6..53353ce 100755 --- a/show-build-order.pl +++ b/show-build-order.pl @@ -59,7 +59,7 @@ sub main { delete $br{"mingw32-wix"}; delete $br{"mingw32-example"}; delete $br{"mingw32-gdb"}; - delete $br("mingw32-sqlite"); + delete $br{"mingw32-sqlite"}; # There is a dependency loop (gcc -> runtime/w32api -> gcc) # which has to be manually resolved below. Break that loop.