Use $(MAKE) not make so -jN works

This commit is contained in:
Joel Sherrill 2012-03-09 16:38:01 -06:00
parent 4d771c5ea6
commit 25b33174d6
2 changed files with 2 additions and 2 deletions

View File

@ -375,7 +375,7 @@ $(LIB): $(C_O_FILES)
$(AR) rcu $@ $^
lib_usb:
make $(LIB)
$(MAKE) $(LIB)
install: $(LIB)
install -d $(INSTALL_BASE)/include

View File

@ -405,7 +405,7 @@ class ModuleManager:
'\t$(AR) rcu $@ $^\n' \
'\n' \
'lib_usb:\n' \
'\tmake $(LIB)\n' \
'\t$(MAKE) $(LIB)\n' \
'\n' \
'install: $(LIB)\n' \
'\tinstall -d $(INSTALL_BASE)/include\n' \