summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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