X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=openwrt%2Ftarget%2FMakefile;h=248bcffcde44b29029462c3740b0d0197165884e;hb=32e15c03e0f2ffa905161f95a23348e83c69e071;hp=a17a80ffc17adff68578dffa8e9af845692ed01b;hpb=85da4473266f8cd1a4beb76c2fd59e283f30f5ee;p=openwrt-10.03%2F.git diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index a17a80ffc..248bcffcd 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -69,8 +69,10 @@ prepare: $(patsubst %,%-prepare,$(TARGET_DIRS)) $(BIN_DIR): mkdir -p $(BIN_DIR) -compile: $(patsubst %,%-compile,$(TARGET_DIRS)) -install: utils-install $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS) +$(INSTALL_TARGET_DIRS): lzma-loader-compile +$(IMAGE_TARGETS): $(patsubst %,%-install,$(TARGET_DIRS)) +compile: $(patsubst %,%-compile,jffs2 lzma squashfs-lzma lzma-loader utils) +install: utils-install lzma-install $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS) clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean image_clean: