diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-02 01:29:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-02 01:29:25 +0200 |
commit | 88a37689a7b55422dd8e880a52f2a1eb96f19825 (patch) | |
tree | 368ad4b1f9943697b0ddc884809673d234f5d536 /coreutils | |
parent | f228913fed5759e99c071b206dd92e111066e234 (diff) | |
download | busybox-w32-88a37689a7b55422dd8e880a52f2a1eb96f19825.tar.gz busybox-w32-88a37689a7b55422dd8e880a52f2a1eb96f19825.tar.bz2 busybox-w32-88a37689a7b55422dd8e880a52f2a1eb96f19825.zip |
cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 64a9421c7..2d745e260 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -81,7 +81,7 @@ config CP | |||
81 | config FEATURE_CP_LONG_OPTIONS | 81 | config FEATURE_CP_LONG_OPTIONS |
82 | bool "Enable long options for cp" | 82 | bool "Enable long options for cp" |
83 | default n | 83 | default n |
84 | depends on CP | 84 | depends on CP && LONG_OPTS |
85 | help | 85 | help |
86 | Enable long options for cp. | 86 | Enable long options for cp. |
87 | Also add support for --parents option. | 87 | Also add support for --parents option. |