$NetBSD: patch-ab,v 1.2 2000/04/04 02:17:11 itohy Exp $

Use gcc in place of cc.

--- dlg/makefile	2000/03/20 16:10:48	1.1
+++ dlg/makefile	2000/04/04 10:38:49
@@ -114,7 +114,7 @@
 #
 #   UNIX
 #
-CC=cc
+CC=gcc
 ANTLR=../bin/antlr
 DLG=../bin/dlg
 CFLAGS= -O -I. -I$(SET) -I$(PCCTS_H) -DUSER_ZZSYN -DZZLEXBUFSIZE=32000
