small fix for make targets from Martin Ley
[openwrt.git] / target / linux / image / tgz.mk
index f927ef9..3839eb6 100644 (file)
@@ -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
 
This page took 0.024013 seconds and 4 git commands to generate.