summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-03-19 17:26:22 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-03-19 17:26:22 +0000
commit38644b0b4a6ee781f28fcd059fdf07dcc15e823a (patch)
tree7cbdf0005a75d25a3aab64468f42d0f09fadc4c1 /utils
parentbdf3c5e56b92e8db03164bb29195a7c77ba2c460 (diff)
downloadnetsurf-38644b0b4a6ee781f28fcd059fdf07dcc15e823a.tar.gz
netsurf-38644b0b4a6ee781f28fcd059fdf07dcc15e823a.tar.bz2
Update to use new build system.
svn path=/trunk/netsurf/; revision=3981
Diffstat (limited to 'utils')
-rwxr-xr-xutils/warning-blame.sh2
1 files changed, 1 insertions, 1 deletions
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