diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-08-14 15:56:01 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-14 15:56:01 +0000 |
| commit | aa90ad5feed8c2677540e7ce07807a5f14f7f1ea (patch) | |
| tree | 57fdf0d14f07b9f6ec704aa820be5e9e662c17c4 | |
| parent | af27e0c819215a0fb0b4a70ef0df32df9066386e (diff) | |
| download | upstream-aa90ad5feed8c2677540e7ce07807a5f14f7f1ea.tar.gz upstream-aa90ad5feed8c2677540e7ce07807a5f14f7f1ea.tar.bz2 upstream-aa90ad5feed8c2677540e7ce07807a5f14f7f1ea.zip | |
fix image builder dependency problem
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1664 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/target/linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index 610bc7e1b46..4c17a578819 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 |
