* grub-core/Makefile.am: Fix compilation problem with some
automake versions.
This commit is contained in:
parent
4b80e43c8c
commit
3cc1878faf
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-05-30 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/Makefile.am: Fix compilation problem with some
|
||||||
|
automake versions.
|
||||||
|
|
||||||
2013-05-30 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-05-30 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* configure.ac: Add Ubuntu path to unifont and report unifont path used.
|
* configure.ac: Add Ubuntu path to unifont and report unifont path used.
|
||||||
|
|
|
@ -37,7 +37,7 @@ CLEANFILES += gentrigtables
|
||||||
|
|
||||||
# trigtables.c
|
# trigtables.c
|
||||||
trigtables.c: gentrigtables gentrigtables.c $(top_srcdir)/configure.ac
|
trigtables.c: gentrigtables gentrigtables.c $(top_srcdir)/configure.ac
|
||||||
$(builddir)/gentrigtables > $@
|
./gentrigtables > $@
|
||||||
CLEANFILES += trigtables.c
|
CLEANFILES += trigtables.c
|
||||||
|
|
||||||
gensm712: video/sm712.c
|
gensm712: video/sm712.c
|
||||||
|
|
Loading…
Reference in a new issue