On Sun, 08 Mar 2009 15:47:36 +0000, John-Mark Bell wrote:
On Sun, 2009-03-08 at 15:44 +0000, netsurf(a)semichrome.net wrote:
> ==============================================================================
> --- trunk/netsurf/Makefile (original)
> +++ trunk/netsurf/Makefile Sun Mar 8 10:44:21 2009
> @@ -717,6 +717,10 @@
> DEPFILES :=
> # Now some macros which build the make system
>
> +ifeq ($(HOST),amiga)
> +GCCVER := 4
> +endif
> +
Why not just delete line 76?
I didn't realise that was there, fixed it thanks.
Chris