From f3eab4be9d189f0044ad6d1a49d15511dee51dfc Mon Sep 17 00:00:00 2001 From: Tom King Date: Wed, 17 Aug 2005 09:01:27 +0000 Subject: [PATCH] Fix the added the Ubuntu-host-setup target --- Makefile | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 001db20187..d61a0f18d9 100644 --- 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/ \ " -- 2.39.5