From e8d897309949d4c2cc7a77ba0e6ca84f071fa6e9 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 8 Apr 2005 09:08:38 +0000 Subject: add some fixes for parallel build (does not work with -j4 yet, but it gets most packages compiled now) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@577 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/target/Makefile') diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index 6a1bd954a..437609a28 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -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 -- cgit v1.2.3