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]
/
makefile
diff --git
a/makefile
b/makefile
index
db5cd51
..
da710b5
100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-18,9
+18,9
@@
all:
%:
\r
@echo Executing \"make $@\" on all LUFA library elements.
\r
@echo
\r
%:
\r
@echo Executing \"make $@\" on all LUFA library elements.
\r
@echo
\r
-
make
-C LUFA $@ -s
\r
-
make
-C Demos $@ -s
\r
-
make
-C Projects $@ -s
\r
-
make
-C Bootloaders $@ -s
\r
+
$(MAKE)
-C LUFA $@ -s
\r
+
$(MAKE)
-C Demos $@ -s
\r
+
$(MAKE)
-C Projects $@ -s
\r
+
$(MAKE)
-C Bootloaders $@ -s
\r
@echo
\r
@echo LUFA \"make $@\" operation complete.
\r
@echo
\r
@echo LUFA \"make $@\" operation complete.
\r