Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden.
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
# code.
|
||||
|
||||
%:
|
||||
make -C ClassDriver $@
|
||||
make -C LowLevel $@
|
||||
$(MAKE) -C ClassDriver $@
|
||||
$(MAKE) -C LowLevel $@
|
||||
|
||||
Reference in New Issue
Block a user