aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/MIDIHost/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-07 07:11:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-07 07:11:25 +0000
commite331b531c6e6d93eb0eee42b9002074e8090ad18 (patch)
tree07828972cd7a3fde174c0da3bbcc77dce5c821a7 /Demos/Host/LowLevel/MIDIHost/makefile
parenta9e0935a90346beb0c981924becc1f55d969a08b (diff)
downloadlufa-e331b531c6e6d93eb0eee42b9002074e8090ad18.tar.gz
lufa-e331b531c6e6d93eb0eee42b9002074e8090ad18.tar.bz2
lufa-e331b531c6e6d93eb0eee42b9002074e8090ad18.zip
Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden.
Diffstat (limited to 'Demos/Host/LowLevel/MIDIHost/makefile')
-rw-r--r--Demos/Host/LowLevel/MIDIHost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/MIDIHost/makefile b/Demos/Host/LowLevel/MIDIHost/makefile
index 955dc81ad..2ae06ad48 100644
--- a/Demos/Host/LowLevel/MIDIHost/makefile
+++ b/Demos/Host/LowLevel/MIDIHost/makefile
@@ -498,7 +498,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