]> rtime.felk.cvut.cz Git - omk.git/blobdiff - snippets/vxworks
Fixed typo in messages from -check targets
[omk.git] / snippets / vxworks
index c494ba0c00244aece014694775928d34306402a1..16050df1863efdf68490c9352e79aaec729ee276 100644 (file)
@@ -62,7 +62,7 @@ endif
 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))
        @[ -x "$(WRENV)" ] || $(call canttest,Cannot execute wrenv script)
 endif