X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2FMakefile.in;h=1e5be9060414700f006c706ac2861968df9c4dcc;hb=e79165e0c2c80b68ece9aaf418a59c6a169a17f5;hp=b4543b3521abad102277d40aac5942e989e3dffb;hpb=0dcc45fd5273ba3df3bcbb2e0c32b26777d665ce;p=mmh 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) $<