X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=a920958c18e5f052b2302777499f8dc1563eb4e2;hp=2927e3c1f03b414d52d11c207ecdd5eee733893e;hb=b47dac6540ed952b95dbdce78d2a5f48ff0db86b;hpb=faa066cb24d3308ab5d2c40ed145ecb3940461bf diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 2927e3c..a920958 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -101,16 +101,18 @@ 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. +# Note that not all lexes support -o (it is not POSIX); also +# some lexes will only accept '-n -t', not '-nt'. +# Also, not all makes accept $< in non-pattern rules, +# hence the explicit filenames here. 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