summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-10 08:54:22 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-10 08:55:38 (EDT)
commit0c67b95b7d5754a5205959abd9707fe24d2058d4 (patch)
treebe192edcfcbfc09ac6ddcbc62c59396fb3feaaf9
parent3445fe518f0ad1404914850e58ac6737416ee7f3 (diff)
Makefile.in: Add a "distclean" target.
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 86cdafe..97883d9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -139,6 +139,10 @@ clean-man1:
clean-locale:
@files='$(locale)'; $(clean_cmds)
+distclean: clean
+ @printf ' RM Makefile\n'; \
+ rm -f Makefile
+
install_cmds = \
set -e; \
mkdir -p "$(DESTDIR)/$${dir}"; \