emacs-diffs
[Top][All Lists]
Advanced

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

master 76efd4037ee 1/3: ; * exec/Makefile.in (extraclean): Remove standa


From: Po Lu
Subject: master 76efd4037ee 1/3: ; * exec/Makefile.in (extraclean): Remove standard files.
Date: Sat, 20 Jan 2024 21:00:07 -0500 (EST)

branch: master
commit 76efd4037eeba53ad5716477c55bdf7ae6ccf6d9
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * exec/Makefile.in (extraclean): Remove standard files.
---
 exec/Makefile.in | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/exec/Makefile.in b/exec/Makefile.in
index 068f59efc75..9febc585f4f 100644
--- a/exec/Makefile.in
+++ b/exec/Makefile.in
@@ -1,4 +1,4 @@
-### @configure_input@
+s### @configure_input@
 
 # Copyright (C) 2023-2024 Free Software Foundation, Inc.
 
@@ -131,9 +131,12 @@ maintainer-clean: distclean
 ### the coding standards seem to come from.  It's like distclean, but
 ### it deletes backup and autosave files too.
 
+# config.* and install-sh are copied from build-aux in the root of
+# this repository by autogen.sh.
 extraclean: maintainer-clean
        -rm -f config-tmp-* $(srcdir)/aclocal.m4 $(srcdir)/configure \
-         $(srcdir)/src/config.in
+         $(srcdir)/src/config.in $(srcdir)/config.guess             \
+         $(srcdir)/config.sub $(srcdir)/install-sh
        -[ "$(srcdir)" = "." ] || \
          find $(srcdir) '(' -name '*~' -o -name '#*' ')' $(FIND_DELETE)
        -find . '(' -name '*~' -o -name '#*' ')' $(FIND_DELETE)



reply via email to

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