cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2009-10-02 01:29:25 +02:00
parent f228913fed
commit 88a37689a7
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ config CP
config FEATURE_CP_LONG_OPTIONS
bool "Enable long options for cp"
default n
depends on CP
depends on CP && LONG_OPTS
help
Enable long options for cp.
Also add support for --parents option.