From cbad2bd191ad03e7188588d61eb68023c441c37e Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Thu, 17 Jul 2008 09:12:44 +0930 Subject: [PATCH] Fixed common clone command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4c65d6..6c56e73 100644 --- a/Makefile +++ b/Makefile @@ -212,7 +212,7 @@ OE_SNAPSHOT_SITE := http://www.openembedded.org/snapshots .PRECIOUS: common/.git/config setup-common common/.git/config: [ -e common/.git/config ] || \ - ( git clone git://repo.or.cz/nslu2-linux/master.git && \ + ( git clone git://repo.or.cz/nslu2-linux/master.git common && \ rm -f Makefile && \ ln -s common/Makefile Makefile ) touch common/.git/config -- 2.11.4.GIT