From df0a966fc2f221adfb133eca1a52e6f2c936368d Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 6 Oct 2014 15:57:13 +1000 Subject: [PATCH] Update buildfonts.sh to match change to fonts.h --- src/gdisp/fonts/build_fonts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gdisp/fonts/build_fonts.sh b/src/gdisp/fonts/build_fonts.sh index b40f7fb6..615fed19 100644 --- a/src/gdisp/fonts/build_fonts.sh +++ b/src/gdisp/fonts/build_fonts.sh @@ -63,8 +63,7 @@ build fixed_10x20.bdf fixed_10x20 bwfont build fixed_7x14.bdf fixed_7x14 bwfont build fixed_5x8.bdf fixed_5x8 bwfont -echo > fonts.h -echo '#include ' >> fonts.h +echo '#include "gfx.h"' > fonts.h for file in *.c; do echo >> fonts.h noext="${file%.*}"