From 3a9dd2dda46a6a94bf6a8c8d3246277b0762c420 Mon Sep 17 00:00:00 2001 From: wbx Date: Mon, 5 Dec 2005 09:01:12 +0000 Subject: small fix for make targets from Martin Ley git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2578 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/image/tgz.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/image') diff --git a/target/linux/image/tgz.mk b/target/linux/image/tgz.mk index f927ef99e..3839eb6b4 100644 --- a/target/linux/image/tgz.mk +++ b/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 -- cgit v1.2.3