Przeglądaj źródła

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

Michael Durrant 23 lat temu
rodzic
commit
683c13fcc8
1 zmienionych plików z 1 dodań i 1 usunięć
  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