summaryrefslogtreecommitdiff
path: root/textproc/detex/patches/patch-aa
blob: 0f4e5f6cbf5c0a390e180e5ef98c1ce3aed5099b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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