$NetBSD: patch-aa,v 1.3 2004/06/04 18:34:17 jschauma Exp $

--- Makefile.orig	1999-05-12 13:45:55.000000000 -0400
+++ Makefile	2004-06-04 14:37:10.000000000 -0400
@@ -37,7 +37,7 @@
 #
 #DEFS	+= ${DEFS} -DNO_MALLOC_DECL
 #
-CFLAGS	= -O ${DEFS}
+#CFLAGS	= -O ${DEFS}
 
 # Use your favorite lexical scanner
 #
@@ -67,7 +67,7 @@
 all:	${PROGS}
 
 detex: ${D_OBJ}
-	${CC} ${CFLAGS} -o $@ ${D_OBJ} -ll
+	${CC} ${CFLAGS} -o $@ ${D_OBJ}
 
 detex.c:
 	sed -f states.sed detex.l > xxx.l
