From 9d9e06aee3d190ace2892c292596b9eac5fc94fa Mon Sep 17 00:00:00 2001 From: dcs Date: Wed, 17 Mar 1999 23:03:36 +0000 Subject: Disable trace! until it gets fixed. --- sys/boot/ficl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot/ficl') diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index 1bda576..74eca13 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -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} -- cgit v1.1