From 943682b44c6e656efb3fd6d76d11e0c2906f4035 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 20 Sep 2010 13:55:49 +0100 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd0d172ed..c9e62f500 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-20 Colin Watson + + * 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 * grub-core/commands/efi/lsefisystab.c: Correct header. diff --git a/Makefile.am b/Makefile.am index 46275e175..931ea02e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 2.47.2