aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7afaa9e7..c41643d8b 100644
--- a/Makefile
+++ b/Makefile
@@ -991,7 +991,7 @@ clean: archclean $(clean-dirs)
991 991
992PHONY += doc-clean 992PHONY += doc-clean
993doc-clean: rm-files := docs/busybox.pod \ 993doc-clean: rm-files := docs/busybox.pod \
994 docs/BusyBox.html docs/BusyBox.1 docs/BusyBox.txt 994 docs/BusyBox.html docs/busybox.1 docs/BusyBox.txt
995doc-clean: 995doc-clean:
996 $(call cmd,rmfiles) 996 $(call cmd,rmfiles)
997 997