Remove manual dependency line for boot.o. This line was written in 2001-01. Some time after that, Automake has gained the capability of automatically tracking source code dependencies.
Also, the actual object file Automake builds would be called kernel-boot.o, so a dependency rule for boot.o is useless anyway. Signed-off-by: Hans Ulrich Niedermann <h...@n-dimensional.de> diff --git a/doc/Makefile.am b/doc/Makefile.am index 2a5afd95d..a65b452cf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,8 +13,6 @@ kernel_SOURCES = $(EXAMPLES) kernel_CFLAGS = -fno-builtin -nostdinc -O -g -Wall \ -imacros $(top_builddir)/config.h kernel_LDFLAGS = -nostdlib -Wl,-N -Wl,-Ttext -Wl,80100000 -Wl,--build-id=none - -boot.o: multiboot2.h endif EXTRA_DIST = $(man_MANS) $(noinst_SCRIPTS) \ -- 2.26.2 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel