grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MULTIBOOT2 SPEC PATCH v4 07/27] multiboot2: Automake generates dependen


From: Hans Ulrich Niedermann
Subject: [MULTIBOOT2 SPEC PATCH v4 07/27] multiboot2: Automake generates dependencies automatically
Date: Fri, 15 May 2020 05:43:30 +0200

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 <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]