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 60999dd4b..aff2a7a55 100644
--- a/Makefile
+++ b/Makefile
@@ -993,7 +993,7 @@ clean: archclean $(clean-dirs)
993 993
994PHONY += doc-clean 994PHONY += doc-clean
995doc-clean: rm-files := docs/busybox.pod \ 995doc-clean: rm-files := docs/busybox.pod \
996 docs/BusyBox.html docs/BusyBox.1 docs/BusyBox.txt 996 docs/BusyBox.html docs/busybox.1 docs/BusyBox.txt
997doc-clean: 997doc-clean:
998 $(call cmd,rmfiles) 998 $(call cmd,rmfiles)
999 999