summaryrefslogtreecommitdiff
path: root/exec/Makefile.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-04-01 17:58:04 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-04-01 17:58:04 +0800
commit3af419ed0f0bf23320f8a7ac3479e2c50c353cde (patch)
treefa45f6aee9812f8684ca888823c89cdcc89e6ddb /exec/Makefile.in
parent101801ca13632ae17b486f690701b9cb36868676 (diff)
parent87be53846bfbf5a6387cb5a40105bd0fc5b48b38 (diff)
downloademacs-3af419ed0f0bf23320f8a7ac3479e2c50c353cde.tar.gz
Merge upstream Git snapshot into athena/unstable
Diffstat (limited to 'exec/Makefile.in')
-rw-r--r--exec/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/exec/Makefile.in b/exec/Makefile.in
index 068f59efc75..36f0c0c74a9 100644
--- a/exec/Makefile.in
+++ b/exec/Makefile.in
@@ -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)