diff --git a/ChangeLog.branch b/ChangeLog.branch index fa38d212c..e1129e254 100644 --- a/ChangeLog.branch +++ b/ChangeLog.branch @@ -4,7 +4,7 @@ * conf/i386-coreboot.rmk (bin_SCRIPTS, grub_mkrescue_SOURCES): New variables. - * conf/common.rmk (bin_SCRIPTS): Add `grub-mkisofs'. + * conf/common.rmk (bin_UTILITIES): Add `grub-mkisofs'. (grub_mkisofs_SOURCES, grub_mkisofs_CFLAGS): New variables. * configure.ac: Add header and function checks to satisfy grub-mkisofs requirements. diff --git a/conf/common.rmk b/conf/common.rmk index ed296242d..65f285430 100644 --- a/conf/common.rmk +++ b/conf/common.rmk @@ -28,7 +28,7 @@ ifeq ($(enable_grub_fstest), yes) bin_UTILITIES += grub-fstest endif -bin_SCRIPTS += grub-mkisofs +bin_UTILITIES += grub-mkisofs grub_mkisofs_SOURCES = util/mkisofs/eltorito.c util/mkisofs/fnmatch.c \ util/mkisofs/getopt1.c util/mkisofs/getopt.c \ util/mkisofs/hash.c util/mkisofs/joliet.c \