]> git.eshelyaron.com Git - emacs.git/commitdiff
; * exec/Makefile.in (extraclean): Remove standard files.
authorPo Lu <luangruo@yahoo.com>
Sun, 21 Jan 2024 01:15:55 +0000 (09:15 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 21 Jan 2024 07:31:35 +0000 (08:31 +0100)
(cherry picked from commit 76efd4037eeba53ad5716477c55bdf7ae6ccf6d9)

exec/Makefile.in

index 068f59efc75348c421209dbc77f8975b4c2887be..9febc585f4f2bc1953251320eb397380b9a2f381 100644 (file)
@@ -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)