aboutsummaryrefslogtreecommitdiffstats
path: root/exec
diff options
context:
space:
mode:
authorPo Lu2024-01-21 09:15:55 +0800
committerPo Lu2024-01-21 09:59:47 +0800
commit76efd4037eeba53ad5716477c55bdf7ae6ccf6d9 (patch)
tree6b43da724f56f1f45298f9febbc2a72758726301 /exec
parent416fad04c26d712a0897c7a03566425133c6c7d1 (diff)
downloademacs-76efd4037eeba53ad5716477c55bdf7ae6ccf6d9.tar.gz
emacs-76efd4037eeba53ad5716477c55bdf7ae6ccf6d9.zip
; * exec/Makefile.in (extraclean): Remove standard files.
Diffstat (limited to 'exec')
-rw-r--r--exec/Makefile.in7
1 files 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 @@
1### @configure_input@ 1s### @configure_input@
2 2
3# Copyright (C) 2023-2024 Free Software Foundation, Inc. 3# Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
@@ -131,9 +131,12 @@ maintainer-clean: distclean
131### the coding standards seem to come from. It's like distclean, but 131### the coding standards seem to come from. It's like distclean, but
132### it deletes backup and autosave files too. 132### it deletes backup and autosave files too.
133 133
134# config.* and install-sh are copied from build-aux in the root of
135# this repository by autogen.sh.
134extraclean: maintainer-clean 136extraclean: maintainer-clean
135 -rm -f config-tmp-* $(srcdir)/aclocal.m4 $(srcdir)/configure \ 137 -rm -f config-tmp-* $(srcdir)/aclocal.m4 $(srcdir)/configure \
136 $(srcdir)/src/config.in 138 $(srcdir)/src/config.in $(srcdir)/config.guess \
139 $(srcdir)/config.sub $(srcdir)/install-sh
137 -[ "$(srcdir)" = "." ] || \ 140 -[ "$(srcdir)" = "." ] || \
138 find $(srcdir) '(' -name '*~' -o -name '#*' ')' $(FIND_DELETE) 141 find $(srcdir) '(' -name '*~' -o -name '#*' ')' $(FIND_DELETE)
139 -find . '(' -name '*~' -o -name '#*' ')' $(FIND_DELETE) 142 -find . '(' -name '*~' -o -name '#*' ')' $(FIND_DELETE)