Support --help and --version in grub-bin2h.

This commit is contained in:
Robert Millan 2010-01-14 20:33:10 +00:00
parent bd719e5a73
commit 885d1a8d90
3 changed files with 64 additions and 6 deletions

View file

@ -89,7 +89,7 @@ bin_UTILITIES += grub-mkrelpath
grub_mkrelpath_SOURCES = gnulib/progname.c util/grub-mkrelpath.c util/misc.c
bin_UTILITIES += grub-bin2h
grub_bin2h_SOURCES = util/bin2h.c
grub_bin2h_SOURCES = gnulib/progname.c util/bin2h.c
# For the parser.
grub_script.tab.c grub_script.tab.h: script/parser.y