summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-05 09:01:12 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-05 09:01:12 +0000
commitbd41b5cd4b0ffa0dccc0b54c831e93476388c0f1 (patch)
tree0344e50b8da880cf81c06ba588e9e0f9f8d2cc8c /openwrt/target/linux
parentb9281fbaffd06938e56358942865bb6c87c63970 (diff)
small fix for make targets from Martin Ley
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2578 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r--openwrt/target/linux/image/tgz.mk6
1 files changed, 3 insertions, 3 deletions
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