From 38644b0b4a6ee781f28fcd059fdf07dcc15e823a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 19 Mar 2008 17:26:22 +0000 Subject: Update to use new build system. svn path=/trunk/netsurf/; revision=3981 --- utils/warning-blame.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/warning-blame.sh b/utils/warning-blame.sh index 8c3f0c1ae..c07afb0c2 100755 --- a/utils/warning-blame.sh +++ b/utils/warning-blame.sh @@ -40,7 +40,7 @@ if [ $# -gt 1 ]; then fi else make clean 2>&1 >/dev/null - make nsgtk 2>&1 |grep "warning:" | sort | uniq > ${WARNING_LIST} + make 2>&1 |grep "warning:" | sort | uniq > ${WARNING_LIST} fi for blamefile in $(cat ${WARNING_LIST} | cut -f 1 -d ':' | sort | uniq ); do -- cgit v1.2.3