aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.custom6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 140ff45c2..d9a2367ab 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -106,8 +106,10 @@ bigdata: busybox_unstripped
106doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html 106doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
107 107
108# FIXME: Doesn't belong here 108# FIXME: Doesn't belong here
109disp_doc = \ 109 cmd_doc =
110 @$(if $(quiet),echo " DOC $(@F)") 110 quiet_cmd_doc = $(Q)echo " DOC $(@F)"
111silent_cmd_doc =
112disp_doc = $($(quiet)cmd_doc)
111 113
112docs/busybox.pod: $(srctree)/docs/busybox_header.pod \ 114docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
113 $(srctree)/include/usage.h \ 115 $(srctree)/include/usage.h \