blob: 583920b449a6a65902adaa7a0360e85a3e930fd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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
|