From: Dean Camera Date: Sat, 2 Jun 2012 13:00:22 +0000 (+0000) Subject: Ensure build tests use the system provided $(MAKE) variable to determine the command... X-Git-Tag: LUFA-130303~236 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/e24993c13aa30115b5ef5e4877dbb610efd9626e?hp=e24993c13aa30115b5ef5e4877dbb610efd9626e Ensure build tests use the system provided $(MAKE) variable to determine the command to invoke make, rather than a hard-coded name. Strip off excess whitespace from the list of object files when printing them out to the shell in the build system BUILD module. ---