aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 01:53:38 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 01:53:38 +0200
commitf0f94700610eba964441ce4a112134e03c76eb89 (patch)
tree2823e4cd344df7f85f0cd94dc87f1133d05fcc19 /Makefile.custom
parent6c5bf0d347faded028e15d523c26a0d64c6d3920 (diff)
downloadbusybox-f0f94700610eba964441ce4a112134e03c76eb89.tar.gz
make it possible to keep usage texts in .c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.custom b/Makefile.custom
index fa69dcebb..01d69ddf8 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -118,7 +118,7 @@ disp_doc = $($(quiet)cmd_doc)
# sed adds newlines after "Options:" etc,
# this is needed in order to get good BusyBox.{1,txt,html}
docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
- $(srctree)/include/usage.h \
+ include/usage.h \
$(srctree)/docs/busybox_footer.pod \
applets/usage_pod
$(disp_doc)