From af76426e139bb613507e7a7850102e7ec11039e5 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 21 Mar 2009 11:49:42 +0100 Subject: fixed source target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 263b3b3..7a65a46 100644 --- a/Makefile +++ b/Makefile @@ -215,6 +215,7 @@ clean: clean-cross-binutils clean-cross-gcc grub-clean uclibc-clean kernel-clean # download sources to tarballs source: + -test -d tarballs || mkdir tarballs -test -r tarballs/busybox-1.13.3.tar.bz2 || \ wget -O tarballs/busybox-1.13.3.tar.bz2 http://www.busybox.net/downloads/busybox-1.13.3.tar.bz2 -test -r tarballs/grub-0.97.tar.gz || \ -- cgit v1.2.3-54-g00ecf