summaryrefslogtreecommitdiff
path: root/filesystems/openafs/patches/patch-src_comerr_Makefile.in
blob: 14c126b5e1d2b87d2b110fa21f748ac21c20910f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-src_comerr_Makefile.in,v 1.3 2022/03/19 16:19:02 jakllsch Exp $

--- src/comerr/Makefile.in.orig	2021-12-09 17:07:41.000000000 +0000
+++ src/comerr/Makefile.in
@@ -33,7 +33,7 @@ ${TOP_LIBDIR}/libafscom_err.a: libafscom
 
 et_lex.lex.c: et_lex.lex.l
 	$(RM) -f et_lex.lex.c
-	$(LEX) -t $(srcdir)/et_lex.lex.l > et_lex.lex.c
+	$(LEX) -l -t $(srcdir)/et_lex.lex.l > et_lex.lex.c
 
 compile_et:	compile_et.o error_table.o
 	$(Q)case $(SYS_NAME) in \