projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
StillImageHost
/
makefile
diff --git
a/Demos/Host/LowLevel/StillImageHost/makefile
b/Demos/Host/LowLevel/StillImageHost/makefile
index
dca7b12
..
861e7ef
100644
(file)
--- a/
Demos/Host/LowLevel/StillImageHost/makefile
+++ b/
Demos/Host/LowLevel/StillImageHost/makefile
@@
-499,7
+499,7
@@
sizeafter:
2>/dev/null; echo; fi
\r
\r
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
\r
- @
make
-C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
\r
+ @
$(MAKE)
-C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
\r
\r
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
\r
@echo
\r