summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py
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 /freebsd-to-rtems.py
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
Diffstat (limited to 'freebsd-to-rtems.py')
-rwxr-xr-xfreebsd-to-rtems.py2
1 files changed, 1 insertions, 1 deletions
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' \