소스 검색

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

Michael Durrant 24 년 전
부모
커밋
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