]> git.marmaro.de Git - mmh/blobdiff - sbr/Makefile.in
Remove space between -o and output filename so it works on older versions
[mmh] / sbr / Makefile.in
index 317a1778af19a934b8a8c03c54fd4622f9ba9a1f..1e5be9060414700f006c706ac2861968df9c4dcc 100644 (file)
@@ -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) $<