From cd7a6c6c68a6ef2f2cff3a44a0ab486d18852cc9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 5 Dec 2005 09:01:12 +0000 Subject: [PATCH] small fix for make targets from Martin Ley SVN-Revision: 2578 --- openwrt/target/linux/image/tgz.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openwrt/target/linux/image/tgz.mk b/openwrt/target/linux/image/tgz.mk index f927ef99e8..3839eb6b47 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 -- 2.30.2