On 04/08/10 19:25, Andrew Benton wrote:
> Slightly more refined version, 2 seds, one after the other:
>
> sed -i 's/ot \$/ot:\n$/' manual/Makefile
> sed -i '/pot/a\\ttouch $@' manual/Makefile
>
Better still, combine the 2

sed -i 's/ot \$/ot:\n\ttouch $...@\n$/' manual/Makefile

I don't know if it's a good fix or not, but it works for me

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to