]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.am (SUBDIRS): Restore "."; it's important to force
authorColin Watson <cjwatson@ubuntu.com>
Mon, 20 Sep 2010 12:55:49 +0000 (13:55 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 20 Sep 2010 12:55:49 +0000 (13:55 +0100)
ordering, so that e.g. ascii.h is built before grub-core/font/font.c
when needed.

ChangeLog
Makefile.am

index dd0d172ed7f65b546a67d164807c11b3c64c3ffa..c9e62f5007f04099a139b139ac016c76a2968b04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 46275e175e9cb7d6ffcab58b845aa65606804514..931ea02e81de100470987059b3f9f11067cf1556 100644 (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