]> rtime.felk.cvut.cz Git - omk.git/blobdiff - snippets/sysless
Fixed typo in messages from -check targets
[omk.git] / snippets / sysless
index 57eb3690081c45bc1d42f9a45086a5c5cccce73d..eb863eaba19c00ee6b65c91f83946e14015be62d 100644 (file)
@@ -190,7 +190,7 @@ endif # HOST_RULE_TEMPLATES
 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))
 endif
 
 #=====================================================================