slight modification after disq's post
[openwrt.git] / openwrt / target / Makefile
index 6a1bd95..437609a 100644 (file)
@@ -73,6 +73,7 @@ $(BIN_DIR):
        mkdir -p $(BIN_DIR)
 
 $(INSTALL_TARGET_DIRS): lzma-loader-compile
+$(IMAGE_TARGETS): $(patsubst %,%-install,$(TARGET_DIRS))
 compile: $(patsubst %,%-compile,$(TARGET_DIRS))
 install: utils-install lzma-install $(LINUX_IMAGE) $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS)
 clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean
This page took 0.0215 seconds and 4 git commands to generate.