]> git.marmaro.de Git - mmh/blobdiff - sbr/Makefile.in
Avoid non-portable use of $< outside an inference rule.
[mmh] / sbr / Makefile.in
index 142c72123e902c1a7fb021e61267fe8dd8cd1b6a..08845c34db30d55368c87842b927e92313a34654 100644 (file)
@@ -102,13 +102,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) -o$@ dtimep.lex
 
 client.o: client.c
-       $(COMPILE2) $<
+       $(COMPILE2) client.c
 
 mts.o: mts.c
-       $(COMPILE2) $<
+       $(COMPILE2) mts.c
 
 pidstatus.o: sigmsg.h