diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-13 22:34:55 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-13 22:34:55 +0000 |
commit | 4d081bb962d60b488b3f28add01e9fa0bda6a8f6 (patch) | |
tree | 22063d77cd568189d6e7655a81f804d0fb99d587 | |
parent | b1997c73240a278ac4c413745ba30ef25d150d3f (diff) |
call target/linux/prepare from target/prepare
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2961 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |