Fix typo ... missing semicolon

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14316 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-08-22 07:19:54 +00:00
parent cb98793417
commit ab2eee0735

View file

@ -160,7 +160,7 @@ Ignore any other instructions for building this ...
First, in the shell window in which you have set up your GNUstep
environment, type
RANLIB=touch ./configure --prefix=$GNUSTEP_SYSTEM_ROOT
RANLIB=touch; ./configure --prefix=$GNUSTEP_SYSTEM_ROOT
We use 'touch' as a substitute for 'ranlib', as windows does not have
(and does not need) ranlib.