$NetBSD: patch-aa,v 1.1 2000/03/20 16:55:37 agc Exp $ Use gcc instead of cc, mainly for Solaris. --- antlr/makefile 2000/03/20 16:33:12 1.1 +++ antlr/makefile 2000/03/20 16:33:29 @@ -164,7 +164,7 @@ # # UNIX (default) # -CC=cc +CC=gcc ANTLR=../bin/antlr DLG=../bin/dlg OBJ_EXT=o