Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden.
This commit is contained in:
parent
a9e0935a90
commit
e331b531c6
78 changed files with 265 additions and 265 deletions
|
@ -14,8 +14,8 @@
|
|||
# code.
|
||||
|
||||
all:
|
||||
make -C MouseHostDevice clean
|
||||
make -C MouseHostDevice all
|
||||
$(MAKE) -C MouseHostDevice clean
|
||||
$(MAKE) -C MouseHostDevice all
|
||||
|
||||
%:
|
||||
make -C MouseHostDevice $@
|
||||
$(MAKE) -C MouseHostDevice $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue