make kernel_menuconfig work without target toolchain
[openwrt.git] / package / Makefile
index ff7075d..6ddbc1b 100644 (file)
@@ -48,9 +48,7 @@ all: compile
 clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
 prereq: $(PREREQ_PACKAGES)
 download: $(DOWNLOAD_PACKAGES)
-compile-targets: $(COMPILE_PACKAGES)
-compile:
-       $(MAKE) compile-targets
+compile: $(COMPILE_PACKAGES)
 
 install-targets: $(INSTALL_PACKAGES)
 install:
@@ -75,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:
This page took 0.023979 seconds and 4 git commands to generate.