2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
Fix any-emu compilation. * conf/any-emu.rmk (bin_UTILITIES): Add grub-bin2h. * grub_bin2h_SOURCES: New variable.
This commit is contained in:
parent
34a66d995b
commit
cbca0ada62
2 changed files with 10 additions and 0 deletions
|
@ -98,3 +98,6 @@ endif
|
|||
grub_script.tab.c grub_script.tab.h: script/parser.y
|
||||
$(YACC) -d -p grub_script_yy -b grub_script $(srcdir)/script/parser.y
|
||||
DISTCLEANFILES += grub_script.tab.c grub_script.tab.h
|
||||
|
||||
bin_UTILITIES += grub-bin2h
|
||||
grub_bin2h_SOURCES = gnulib/progname.c util/bin2h.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue