mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
14 lines
457 B
Plaintext
14 lines
457 B
Plaintext
$NetBSD: patch-src_comerr_Makefile.in,v 1.2 2012/12/01 15:22:32 jakllsch Exp $
|
|
|
|
--- src/comerr/Makefile.in.orig 2012-03-26 23:03:34.000000000 +0000
|
|
+++ src/comerr/Makefile.in
|
|
@@ -29,7 +29,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
|
|
case $(SYS_NAME) in \
|