X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/07f336c16bdb2316c0e32debb3c7ed2e5a89e49a..96e5489117df5aefa72de229ab08eda82c8b8913:/sbr/Makefile.in diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 608faa7b..a920958c 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