Disable trace! until it gets fixed.

This commit is contained in:
dcs 1999-03-17 23:03:36 +00:00
parent 6f2266da12
commit 9d9e06aee3

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.7 1999/01/18 19:05:26 msmith Exp $
# $Id: Makefile,v 1.8 1999/02/04 17:13:30 dcs Exp $
#
LIB= ficl
NOPROFILE= yes
@ -14,7 +14,7 @@ SOFTWORDS= softcore.fr jhlocal.fr marker.fr freebsd.fr
#SOFTWORDS+= oo.fr classes.fr
.PATH: ${.CURDIR}/softwords
CFLAGS+= -I${.CURDIR} -DFICL_TRACE
CFLAGS+= -I${.CURDIR} # -DFICL_TRACE
softcore.c: ${SOFTWORDS} softcore.awk
(cd ${.CURDIR}/softwords; cat ${SOFTWORDS} | awk -f softcore.awk) > ${.TARGET}