* Makefile.in (LEX): new variable.
This commit is contained in:
parent
bd5a6415b0
commit
b1654fdfe1
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-04-03 Grégoire Sutre <gregoire.sutre@gmail.com>
|
||||
|
||||
* Makefile.in (LEX): new variable.
|
||||
|
||||
2010-04-03 Grégoire Sutre <gregoire.sutre@gmail.com>
|
||||
|
||||
* util/i386/efi/grub-dumpdevtree: replaced the non-portable `==' by
|
||||
|
|
|
@ -117,6 +117,7 @@ LIBCURSES = @LIBCURSES@
|
|||
LIBUSB = @LIBUSB@
|
||||
LIBSDL = @LIBSDL@
|
||||
LIBPCIACCESS = @LIBPCIACCESS@
|
||||
LEX = @LEX@
|
||||
YACC = @YACC@
|
||||
FONT_SOURCE = @FONT_SOURCE@
|
||||
|
||||
|
|
Loading…
Reference in a new issue