]> rtime.felk.cvut.cz Git - omk.git/blobdiff - snippets/sdcc
Fixed typo in messages from -check targets
[omk.git] / snippets / sdcc
index 33bc2fce4f4172508d5e49a4b35b1e8f649a25c4..0816a81872ad6f7f2262e50786db7967c61df010 100644 (file)
@@ -92,7 +92,7 @@ OBJS_DIR    := $(USER_OBJS_DIR)
 ifdef OMK_TESTSROOT
 default-config-pass-check include-pass-check:
 library-pass-check binary-pass-check:
-       @[ -x "$(shell which $(CC))" ] || $(call canttest,Cannot file compiler: $(CC))
+       @[ -x "$(shell which $(CC))" ] || $(call canttest,Cannot find compiler: $(CC))
        @[ -z "$(wildcard $(USER_LIB_DIR)/$(LD_SCRIPT).ld*)" ] && $(call canttest,LD_SCRIPT $(LD_SCRIPT).ld* not found)
 endif