]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
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)
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

index 5e7126f9878254c2141c09b9e68ee81be7d28151..d9e2b8cc7c54af94037fbe0210200a1c3ca9de3c 100644 (file)
@@ -21,6 +21,7 @@ EXTRA_DIST += conf/i386-cygwin-img-ld.sc
 EXTRA_DIST += grub-core/Makefile.core.def
 EXTRA_DIST += grub-core/Makefile.gcry.def
 
+EXTRA_DIST += grub-core/extra_deps.lst
 EXTRA_DIST += grub-core/genmoddep.awk
 EXTRA_DIST += grub-core/genmod.sh.in
 EXTRA_DIST += grub-core/gensyminfo.sh.in