aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/ClassDriver/StillImageHost/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-05-07 07:11:25 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-05-07 07:11:25 +0000
commit1acf6dfebeef8112b7df381b71253cebc75c16f3 (patch)
tree07828972cd7a3fde174c0da3bbcc77dce5c821a7 /Demos/Host/ClassDriver/StillImageHost/makefile
parent791588dba9d6a880345dcce4e5ab7fa98d47e8c7 (diff)
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
Diffstat (limited to 'Demos/Host/ClassDriver/StillImageHost/makefile')
-rw-r--r--Demos/Host/ClassDriver/StillImageHost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/StillImageHost/makefile b/Demos/Host/ClassDriver/StillImageHost/makefile
index 89493eaa..e56a2073 100644
--- a/Demos/Host/ClassDriver/StillImageHost/makefile
+++ b/Demos/Host/ClassDriver/StillImageHost/makefile
@@ -497,7 +497,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