diff options
author | Michael Durrant <michaeld@lineo.com> | 2001-11-23 21:36:30 +0000 |
---|---|---|
committer | Michael Durrant <michaeld@lineo.com> | 2001-11-23 21:36:30 +0000 |
commit | 683c13fcc85276e9a030d6a98d50366bef03a6b6 (patch) | |
tree | a2a4bf200f1a9289f6efabbbe7b637fb7a1b3113 | |
parent | c62ed90c4c01a3068ab8fbe3a950200e82525ef6 (diff) |
MDAD: The "Config" file message, should say copy to "Config" not "Config.".
MDAD: Can be confusing to newbies.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ all: headers uClibc_config.h subdirs shared done Config: @echo @echo "You didn't read the README, did you... =)" - @echo "Choose a configuration file in extras/Config/ and copy it to ./Config." + @echo "Choose a configuration file in extras/Config/ and copy it to ./Config" @echo @exit 1 |