From e331b531c6e6d93eb0eee42b9002074e8090ad18 Mon Sep 17 00:00:00 2001 From: Dean Camera 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. --- Projects/LEDNotifier/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/LEDNotifier/makefile') diff --git a/Projects/LEDNotifier/makefile b/Projects/LEDNotifier/makefile index f2b60b9c9..01331fb17 100644 --- a/Projects/LEDNotifier/makefile +++ b/Projects/LEDNotifier/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