浏览代码

MDAD: The "Config" file message, should say copy to "Config" not "Config.".
MDAD: Can be confusing to newbies.

Michael Durrant 23 年之前
父节点
当前提交
683c13fcc8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
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