From: John Keeping Date: Sat, 5 Sep 2015 13:32:50 +0000 (+0100) Subject: Makefile: fix MAKEFLAGS tests with multiple flags X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/35b3c67ac285f0c488b0d3042a1bbc44ef4f1f67?hp=35b3c67ac285f0c488b0d3042a1bbc44ef4f1f67 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 ---