summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Durrant <michaeld@lineo.com>2001-11-23 21:36:30 +0000
committerMichael Durrant <michaeld@lineo.com>2001-11-23 21:36:30 +0000
commit683c13fcc85276e9a030d6a98d50366bef03a6b6 (patch)
treea2a4bf200f1a9289f6efabbbe7b637fb7a1b3113
parentc62ed90c4c01a3068ab8fbe3a950200e82525ef6 (diff)
MDAD: The "Config" file message, should say copy to "Config" not "Config.".
MDAD: Can be confusing to newbies.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f6b575e5..c1a0317c3 100644
--- a/Makefile
+++ b/Makefile
@@ -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