From: wbx Date: Mon, 5 Dec 2005 09:01:12 +0000 (+0000) Subject: small fix for make targets from Martin Ley X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/bd41b5cd4b0ffa0dccc0b54c831e93476388c0f1 small fix for make targets from Martin Ley git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2578 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/linux/image/tgz.mk b/openwrt/target/linux/image/tgz.mk index f927ef99e..3839eb6b4 100644 --- a/openwrt/target/linux/image/tgz.mk +++ b/openwrt/target/linux/image/tgz.mk @@ -8,7 +8,7 @@ tgz-install: $(KDIR)/root.tar.gz $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="tgz" endif -prepare: -compile: -install: $(KDIR)/root.tar.gz +prepare-targets: +compile-targets: +install-targets: $(KDIR)/root.tar.gz