From b3a909747d6166f820d2ac3c78cc5ad834d3b9b7 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 20 May 2008 19:04:57 +0000 Subject: [PATCH] Update comment now we don't use lex -o. --- sbr/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 608faa7..a920958 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -101,8 +101,10 @@ sigmsg.h: sigmsg.awk lint: sigmsg.h $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS) -# Note that some lexes (for example flex 2.5.4) require that there -# be no space between -o and the output filename. +# Note that not all lexes support -o (it is not POSIX); also +# some lexes will only accept '-n -t', not '-nt'. +# Also, not all makes accept $< in non-pattern rules, +# hence the explicit filenames here. dtimep.c: dtimep.lex $(LEX) -n -t $(srcdir)/dtimep.lex > dtimep.c -- 1.7.10.4