X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=1e5be9060414700f006c706ac2861968df9c4dcc;hp=b4543b3521abad102277d40aac5942e989e3dffb;hb=e79165e0c2c80b68ece9aaf418a59c6a169a17f5;hpb=10a00ac1c54a1475d341f82dc479bf1801cac92f diff --git a/sbr/Makefile.in b/sbr/Makefile.in index b4543b3..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) -o $@ $< + $(LEX) -o$@ $< client.o: client.c $(COMPILE2) $<