grub-devel
[Top][All Lists]
Advanced

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

[MULTIBOOT2 SPEC PATCH v4 08/27] multiboot2: Automake cleans built progr


From: Hans Ulrich Niedermann
Subject: [MULTIBOOT2 SPEC PATCH v4 08/27] multiboot2: Automake cleans built programs automatically
Date: Fri, 15 May 2020 05:43:31 +0200

The "CLEANFILES = $(noinst_PROGRAMS)" definition is from 2001-01,
and Automake has learned to clean up generated files automatically
since, so we can remove this.

Signed-off-by: Hans Ulrich Niedermann <address@hidden>

diff --git a/doc/Makefile.am b/doc/Makefile.am
index a65b452cf..dc7816d9f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -17,7 +17,6 @@ endif
 
 EXTRA_DIST = $(man_MANS) $(noinst_SCRIPTS) \
        $(EXAMPLES) $(multiboot_TEXINFOS)
-CLEANFILES = $(noinst_PROGRAMS)
 
 # Cancel the rule %.texi -> %. This rule may confuse make to determine
 # the dependecies.
-- 
2.26.2




reply via email to

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