summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"; \