* Makefile.am (SUBDIRS): Restore "."; it's important to force
ordering, so that e.g. ascii.h is built before grub-core/font/font.c when needed.
This commit is contained in:
parent
6d3d698d13
commit
943682b44c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2010-09-20 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* Makefile.am (SUBDIRS): Restore "."; it's important to force
|
||||||
|
ordering, so that e.g. ascii.h is built before grub-core/font/font.c
|
||||||
|
when needed.
|
||||||
|
|
||||||
2010-09-20 Colin Watson <cjwatson@ubuntu.com>
|
2010-09-20 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* grub-core/commands/efi/lsefisystab.c: Correct header.
|
* grub-core/commands/efi/lsefisystab.c: Correct header.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
AUTOMAKE_OPTIONS = subdir-objects
|
AUTOMAKE_OPTIONS = subdir-objects
|
||||||
|
|
||||||
DEPDIR = .deps-util
|
DEPDIR = .deps-util
|
||||||
SUBDIRS = grub-core/gnulib grub-core po docs util/bash-completion.d
|
SUBDIRS = grub-core/gnulib . grub-core po docs util/bash-completion.d
|
||||||
|
|
||||||
include $(top_srcdir)/conf/Makefile.common
|
include $(top_srcdir)/conf/Makefile.common
|
||||||
include $(top_srcdir)/conf/Makefile.extra-dist
|
include $(top_srcdir)/conf/Makefile.extra-dist
|
||||||
|
|
Loading…
Reference in a new issue