commit | 88071589e8c6665c40c39bdefc59ad615693b325 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Fri Sep 23 16:35:08 2016 +0400 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Sat Oct 08 11:25:29 2016 +0300 |
tree | 3956aa8bd81c371615ab9f9e861944917a7efb4e | |
parent | cbf061bd1fdb5017bfadde2164bdd6183d53a43d [diff] |
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>