of flex as well as newer ones.
2005-11-06 Peter Maydell <pmaydell@chiark.greenend.org.uk>
+ * sbr/Makefile.in: adjust lex command to work on both old and
+ new versions of flex.
+
* configure.in: add an AC_PREREQ() so autoconf 2.13 gives a helpful
error message and the Debian autoconf-version-guessing wrapper
doesn't guess wrongly.
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) $<