summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-25 18:20:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-25 18:20:34 +0000
commit653f61fb3eb23d5cd30e1577190af038a6a47fbd (patch)
tree999ecb0f73415ee1aba71780780f271a384973ab /target/Makefile
parent738ca6f6571b30c80c5e64d2c40b0b3630ec3c29 (diff)
downloadmtk-20170518-653f61fb3eb23d5cd30e1577190af038a6a47fbd.zip
mtk-20170518-653f61fb3eb23d5cd30e1577190af038a6a47fbd.tar.gz
mtk-20170518-653f61fb3eb23d5cd30e1577190af038a6a47fbd.tar.bz2
clean up a few things in image build makefiles and fix unnecessary grub rebuilds
SVN-Revision: 6360
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index 3f97b9a..724ac44 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -20,7 +20,7 @@ IMAGE_DIR:=linux/$(BOARD)-$(KERNEL)/image
download: $(patsubst %,%-download,$(TARGETS-y))
prepare: linux-prepare
compile: linux-compile image_compile
-install: image_clean linux-install image_install
+install: linux-install image_install
ifeq ($(CONFIG_SDK),y)
install: sdk_install