Merge from trunk.

This commit is contained in:
Robert Millan 2009-11-25 21:34:53 +00:00
commit e4612999e6
31 changed files with 1236 additions and 3811 deletions

View file

@ -71,6 +71,10 @@ grub_mkfont_CFLAGS = $(freetype_cflags)
grub_mkfont_LDFLAGS = $(freetype_libs)
endif
# For grub-mkrelpath.
bin_UTILITIES += grub-mkrelpath
grub_mkrelpath_SOURCES = util/grub-mkrelpath.c util/misc.c
# For the parser.
grub_script.tab.c grub_script.tab.h: script/parser.y
$(YACC) -d -p grub_script_yy -b grub_script $(srcdir)/script/parser.y