Fix the added the Ubuntu-host-setup target
authorTom King <ka6sox@nslu2-linux.org>
Wed, 17 Aug 2005 09:01:27 +0000 (09:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 17 Aug 2005 09:01:27 +0000 (09:01 +0000)
Makefile

index 001db20..d61a0f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -359,25 +359,25 @@ setup-host-debian:
 
 .PHONY: setup-host-ubuntu
 setup-host-ubuntu:
-        su - -c " \
-        apt-get install \
-                autoconf automake automake1.9 \
-                bison \
-                ccache \
-                cvs \
-                docbook \
-                flex \
-                g++ gawk gcj gettext \
-                libc6-dev libglib2.0-dev libtool \
-                m4 make \
-                patch pkg-config \
-                python python-dev python2.4-psyco python2.4 python2.4-dev \
-                sed \
-                texinfo \
-                unzip \
-                subversion \
-                bzip2 ;\
-        echo You will have to install monotone separately.  See http://venge.net/monotone/ \
+       su - -c " \
+       apt-get install \
+               autoconf automake automake1.9 \
+               bison \
+               ccache \
+               cvs \
+               docbook \
+               flex \
+               g++ gawk gcj gettext \
+               libc6-dev libglib2.0-dev libtool \
+               m4 make \
+               patch pkg-config \
+               python python-dev python2.4-psyco python2.4 python2.4-dev \
+               sed \
+               texinfo \
+               unzip \
+               subversion \
+               bzip2 ;\
+       echo You will have to install monotone separately.  See http://venge.net/monotone/ \
                "