From: Johannes Berg Date: Sat, 3 Nov 2007 14:55:04 +0000 (+0000) Subject: remove README reference X-Git-Tag: v0.9~53 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fiw.git;a=commitdiff_plain;h=11b24c28b802bae2abda8f46d457df60fa602594 remove README reference --- diff --git a/Makefile b/Makefile index 992d5b6..f4e2186 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,6 @@ clean: verify_config: @if [ ! -r .config ]; then \ echo 'Building iw requires a configuration file'; \ - echo '(.config). See README for more instructions. You can'; \ - echo 'run "cp defconfig .config" to create an example'; \ - echo 'configuration.'; \ + echo '(.config). cp defconfig .config and edit.'; \ exit 1; \ fi