build-sys: fix find-in-path
commit88071589e8c6665c40c39bdefc59ad615693b325
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 23 Sep 2016 12:35:08 +0000 (23 16:35 +0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 8 Oct 2016 08:25:29 +0000 (8 11:25 +0300)
tree3956aa8bd81c371615ab9f9e861944917a7efb4e
parentcbf061bd1fdb5017bfadde2164bdd6183d53a43d
build-sys: fix find-in-path

Fix spelling, the GNU make text functions is not called "find-string"
but "findstring".

Broken in commit 2b2e59e.  Fairly harmless: its only use is in
tests/tcg/Makefile, where the bug can cause the I386_TESTS not to
run when they should.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
rules.mak