]> granicus.if.org Git - cgit/commit
Makefile: fix MAKEFLAGS tests with multiple flags
authorJohn Keeping <john@keeping.me.uk>
Sat, 5 Sep 2015 13:32:50 +0000 (14:32 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 9 Oct 2015 08:56:06 +0000 (10:56 +0200)
commit35b3c67ac285f0c488b0d3042a1bbc44ef4f1f67
treefc8a307895f90c274b58c4f1394576115326c735
parent198a4404b937033cf2cf2b054242df4e81ef3075
Makefile: fix MAKEFLAGS tests with multiple flags

findstring is defined as $(findstring FIND,IN) so if multiple flags are
set these tests do the wrong thing unless $(MAKEFLAGS) is the second
argument.

Signed-off-by: John Keeping <john@keeping.me.uk>
Makefile