From f0000de17c332797709f73b157327b0f80369fb8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Jan 2006 22:34:55 +0000 Subject: [PATCH] call target/linux/prepare from target/prepare git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2961 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index a14749fcae..e6ebbaae25 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -8,7 +8,7 @@ $(BIN_DIR): linux-compile: utils-install lzma-install linux-install: $(BIN_DIR) -prepare: +prepare: linux-prepare compile: linux-compile install: image_clean linux-install clean: linux-clean utils-clean lzma-clean image_clean -- 2.11.0