*: fix build problems found with randomconfig

This commit is contained in:
Denis Vlasenko
2008-03-21 18:29:01 +00:00
parent 0dc490bda2
commit 4824ccae8e
3 changed files with 42 additions and 34 deletions

View File

@ -116,7 +116,7 @@ try $CC $CFLAGS $LDFLAGS \
-Wl,--start-group $O_FILES $A_FILES -Wl,--end-group \
$l_list \
|| {
echo "Failed: $* $l_list"
echo "Failed: $l_list"
cat $EXE.out
exit 1
}