* 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:
Colin Watson 2010-09-20 13:55:49 +01:00
parent 6d3d698d13
commit 943682b44c
2 changed files with 7 additions and 1 deletions

View File

@ -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>
* grub-core/commands/efi/lsefisystab.c: Correct header.

View File

@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = subdir-objects
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.extra-dist