X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=608faa7b1fcd2059f6df88afd7a1dbb35afd6cf5;hb=07f336c16bdb2316c0e32debb3c7ed2e5a89e49a;hp=2927e3c1f03b414d52d11c207ecdd5eee733893e;hpb=faa066cb24d3308ab5d2c40ed145ecb3940461bf;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 2927e3c..608faa7 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -104,13 +104,13 @@ lint: sigmsg.h # 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