]> git.ipfire.org Git - thirdparty/grub.git/commit
build: Include grub-core/extra_deps.lst in dist
authorOskari Pirhonen <xxc3ncoredxx@gmail.com>
Thu, 21 Dec 2023 07:17:35 +0000 (01:17 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 22 Dec 2023 15:07:36 +0000 (16:07 +0100)
commitb835601c7639ed1890f2d3db91900a8506011a8e
treedef440044e47414c3c76d9e4c85005766137c083
parent8961305b4ee686fb5abf1a7c0612794f28056593
build: Include grub-core/extra_deps.lst in dist

Fixes build failure due to the extra_deps.lst file not existing in the
tarball. Found while trying to package GRUB 2.12 for Gentoo.

  make[3]: *** No rule to make target '/var/tmp/portage/sys-boot/grub-2.12/work/grub-2.12/grub-core/extra_deps.lst', needed by 'syminfo.lst'.  Stop.

Fixes: 89fbe0cac (grub-core/Makefile.am: Make path to extra_deps.lst relative to $(top_srcdir)/grub-core)
Fixes: 154dcb1ae (build: Allow explicit module dependencies)
Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
conf/Makefile.extra-dist