aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2007-02-16 01:12:05 +0000
committerMike Baker <mbm@openwrt.org>2007-02-16 01:12:05 +0000
commitc55df2a7ed31000b9e3b52b32cf7079f1f5f8cec (patch)
tree214b446a6b92d3777c032ae892e76afb34793150 /package/Makefile
parent94c0142c201141d523cbe8fa8a6cedd8e4ee6642 (diff)
downloadupstream-c55df2a7ed31000b9e3b52b32cf7079f1f5f8cec.tar.gz
upstream-c55df2a7ed31000b9e3b52b32cf7079f1f5f8cec.tar.bz2
upstream-c55df2a7ed31000b9e3b52b32cf7079f1f5f8cec.zip
missed a reference to compile-targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6306 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 7e4e97c3aa..6ddbc1ba45 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -73,7 +73,7 @@ $(PACKAGE_DIR)/Packages: $(PACKAGE_DIR)/*.ipk
symlinks:
../scripts/feeds.sh $(CONFIG_SOURCE_FEEDS)
-ifeq ($(MAKECMDGOALS),compile-targets)
+ifeq ($(MAKECMDGOALS),compile)
MAKEFLAGS:=$(MAKEFLAGS) -j$(CONFIG_JLEVEL)
else
.NOTPARALLEL: