]> git.ipfire.org Git - thirdparty/grub.git/commit
grub-core/Makefile.am: Make path to extra_deps.lst relative to $(top_srcdir)/grub...
authorMate Kukri <mate.kukri@canonical.com>
Fri, 8 Dec 2023 17:20:12 +0000 (17:20 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 12 Dec 2023 16:06:13 +0000 (17:06 +0100)
commit89fbe0cac97b5827941a82c55158523e5d622b42
tree01a6e40f441f8351c13c501b6f6c78aed664ad9b
parent353beb80c0a195d313fe3309d0436e451d1e5dad
grub-core/Makefile.am: Make path to extra_deps.lst relative to $(top_srcdir)/grub-core

The commit 154dcb1ae (build: Allow explicit module dependencies) broke
out of tree builds by introducing the extra_deps.lst file into the
source tree but referencing it just by name in grub-core/Makefile.am.
Fix it by adding $(top_srcdir)/grub-core to the path.

Fixes: 154dcb1ae (build: Allow explicit module dependencies)
Signed-off-by: Mate Kukri <mate.kukri@canonical.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.am