Support --help and --version in grub-bin2h.
This commit is contained in:
parent
bd719e5a73
commit
885d1a8d90
3 changed files with 64 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue