summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-02-19 12:26:34 +0100
committerPeter Simons <simons@cryp.to>2021-02-19 12:26:34 +0100
commit360be1f027af5a53e8bbcb1db078303d79bd9e7b (patch)
treea59bdb231c72bccc9d406473ef63edb1e85561e7 /Makefile.am
parentba9dcdd3691a6ebbfbf54620bf84d3e1f23c5b8a (diff)
downloadautoconf-archive-360be1f027af5a53e8bbcb1db078303d79bd9e7b.tar.gz
Remove *~ backup files during maintainer-clean.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d24bb84..7d82b91 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,7 @@ maintainer-clean-local:
@rm -f configure Makefile.in aclocal.m4 AUTHORS ChangeLog
@rm -f INSTALL config.log config.status configure maint.mk
@rm -f autoconf-archive-*.*.*.tar.* GNUmakefile README
+ @rm -f *~
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version