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?
J.