grub: removed some whitespace to make xlint happy

This commit is contained in:
Julian Wiesener 2015-01-19 18:18:12 +02:00
parent f9a0af2b40
commit e7f4d2129d
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ esac
post_extract() {
sed -i -e 's,freetype/ftsynth.h,freetype2/ftsynth.h,' util/grub-mkfont.c
}
}
do_configure() {
unset CC AS LD RANLIB CPP
CFLAGS="$CFLAGS -fno-stack-protector"