diff options
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 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. |