summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-08 15:08:31 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-08 15:08:31 +0000
commit82f93a2d3fd6d9c0db441155105b8ef3578c17f6 (patch)
treeb6dd8f6b46d49c9ec3328c4f94b48f86e53ac74c /toolchain/uClibc/Makefile
parenta8e4ddd6dbfd561d5c5bbd5632dfd7109169f421 (diff)
build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34122 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r--toolchain/uClibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index 545ea5ae5..a5fb54bd7 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -16,7 +16,7 @@ endef
define Host/Compile
$(SED) 's,^CROSS=.*,CROSS=$(TARGET_CROSS),g' $(HOST_BUILD_DIR)/Rules.mak
- $(UCLIBC_MAKE) $(TOOLCHAIN_JOBS) PREFIX= all
+ $(UCLIBC_MAKE) PREFIX= all
endef
define Host/Install