summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-09 16:38:01 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-09 16:38:01 -0600
commit25b33174d60dc267833fc0fb538e2c2254fd1554 (patch)
treec690349e1d796f5819b29dc017c071070759f6c4
parentfreebsd-to-rtems.py - Revert mode now confirmed to work for source (diff)
downloadrtems-libbsd-25b33174d60dc267833fc0fb538e2c2254fd1554.tar.bz2
Use $(MAKE) not make so -jN works
-rw-r--r--Makefile2
-rwxr-xr-xfreebsd-to-rtems.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9526c535..5543c9e7 100644
--- a/Makefile
+++ b/Makefile
@@ -375,7 +375,7 @@ $(LIB): $(C_O_FILES)
$(AR) rcu $@ $^
lib_usb:
- make $(LIB)
+ $(MAKE) $(LIB)
install: $(LIB)
install -d $(INSTALL_BASE)/include
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index 1c99d4d3..6a3c8366 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -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' \