diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-02 11:37:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-02 11:37:17 +0200 |
commit | 26ff18b424c84a8948e0dcd1322a4bda0cb12fe4 (patch) | |
tree | 94bf1a55ef5cd5f056c2640c378b3cd3d35311a0 /Makefile.custom | |
parent | 88a37689a7b55422dd8e880a52f2a1eb96f19825 (diff) |
Fixes to usage text; updated busybox.spec
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.custom b/Makefile.custom index b0ef05627..fb9ec671c 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -133,7 +133,7 @@ docs/BusyBox.txt: docs/busybox.pod docs/BusyBox.1: docs/busybox.pod $(disp_doc) $(Q)-mkdir -p docs - $(Q)-pod2man --center=BusyBox --release="version $(VERSION)" $< > $@ + $(Q)-pod2man --center=BusyBox --release="version $(KERNELVERSION)" $< > $@ docs/BusyBox.html: docs/busybox.net/BusyBox.html $(disp_doc) |