X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=a920958c18e5f052b2302777499f8dc1563eb4e2;hp=608faa7b1fcd2059f6df88afd7a1dbb35afd6cf5;hb=b3a909747d6166f820d2ac3c78cc5ad834d3b9b7;hpb=3adc6332ad97bf689bcfb8ab5fd45c86a6051a77 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