mv: fix error in !VERBOSE configs

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/coreutils/mv.c b/coreutils/mv.c
index fd24226..cf6169a 100644
--- a/coreutils/mv.c
+++ b/coreutils/mv.c
@@ -71,9 +71,9 @@
 			"no-target-directory\0" No_argument "T"
 			"target-directory\0" Required_argument "t"
 			IF_FEATURE_VERBOSE(
-			"verbose\0"     No_argument "v",
-			&last
+			"verbose\0"     No_argument "v"
 			)
+			, &last
 	);
 	argc -= optind;
 	argv += optind;