diff options
author | Denis Vlasenko | 2007-06-12 20:55:38 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-06-12 20:55:38 +0000 |
commit | 637c975098acc6e8387df5a645471780f3c721f9 (patch) | |
tree | 4931cd3b4955dec7e0ffb75b7449f937bfa1de7c /applets/Kbuild | |
parent | 3ad5d0cbbe3c6debc8d3431fadf973eff04b27bf (diff) | |
download | busybox-637c975098acc6e8387df5a645471780f3c721f9.zip busybox-637c975098acc6e8387df5a645471780f3c721f9.tar.gz |
fix "--help prints usage for wrong applet" bug
Diffstat (limited to 'applets/Kbuild')
-rw-r--r-- | applets/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/Kbuild b/applets/Kbuild index 1d4a96c..4afab88 100644 --- a/applets/Kbuild +++ b/applets/Kbuild @@ -9,6 +9,7 @@ obj-y += applets.o # Generated file needs additional love +applets/usage: .config applets/applets.o: .config include/usage_compressed.h hostprogs-y += usage |