+2008-05-16 Oliver Kiddle <okiddle@yahoo.co.uk>
+
+ * sbr/Makefile.in, config/Makefile.in: Don't use $< in target rules
+ in makefiles, as POSIX says it's only defined in inference rules.
+
2008-05-13 David Levine <levinedl@acm.org>
* configure.in, INSTALL: if --enable-masquerade is not
# 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) -n -t $(srcdir)/dtimep.lex > dtimep.c
client.o: client.c
- $(COMPILE2) $<
+ $(COMPILE2) $(srcdir)/client.c
mts.o: mts.c
- $(COMPILE2) $<
+ $(COMPILE2) $(srcdir)/mts.c
pidstatus.o: sigmsg.h