From 7ebe5f8d0247ea45e58d2f23d39beb90140a38e0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 14 Aug 2005 15:56:01 +0000 Subject: [PATCH] fix image builder dependency problem SVN-Revision: 1664 --- openwrt/target/linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index 610bc7e1b4..4c17a57881 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/target/linux/Makefile @@ -36,11 +36,11 @@ clean: $(1)/$(2)-clean prepare: $(1)/$(2)-prepare compile: $(1)/$(2)-compile rebuild: $(1)/$(2)-rebuild -install: $(1)/$(2)-image +$(BIN_DIR)/$(IB_NAME).tar.bz2 install: $(1)/$(2)-image install-ib: $(1)/$(2)-install-ib endif -.PHONY: $(1)/$(2)-clean $(1)/$(2)-prepare $(1)/$(2)-compile $(1)/$(2)-rebuild $(1)/$(2)-install $(1)/$(2)-install-ib +.PHONY: $(1)/$(2)-clean $(1)/$(2)-prepare $(1)/$(2)-compile $(1)/$(2)-rebuild $(1)/$(2)-install $(1)/$(2)-image $(1)/$(2)-install-ib endef .PHONY: clean prepare compile rebuild install imagebuilder install-ib