From 1acf6dfebeef8112b7df381b71253cebc75c16f3 Mon Sep 17 00:00:00 2001 From: Dean Date: Fri, 7 May 2010 07:11:25 +0000 Subject: Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1247 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Demos/Host/LowLevel/KeyboardHostWithParser/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/LowLevel/KeyboardHostWithParser/makefile') diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/makefile b/Demos/Host/LowLevel/KeyboardHostWithParser/makefile index f66ee9b8..5c4ae691 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/makefile +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/makefile @@ -500,7 +500,7 @@ sizeafter: 2>/dev/null; echo; fi $(LUFA_PATH)/LUFA/LUFA_Events.lst: - @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst + @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst @echo -- cgit v1.2.3