X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=1e5be9060414700f006c706ac2861968df9c4dcc;hp=317a1778af19a934b8a8c03c54fd4622f9ba9a1f;hb=e79165e0c2c80b68ece9aaf418a59c6a169a17f5;hpb=adc954633908e3fc97dfa94c08f964e1bbb94086 diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 317a177..1e5be90 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -99,8 +99,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. dtimep.c: dtimep.lex - $(LEX) -nt $< > $@ + $(LEX) -o$@ $< client.o: client.c $(COMPILE2) $<