X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=9539c0fb058551103e34d3029e0f760a8aec2963;hp=6bda3700c77c9c38761ab8f4d071ce7fa2e4b98e;hb=cc87eac5c0e4025fba81abe8433315df84489c56;hpb=d38b7d5e0e1567acfef9a600d60156843154cfbc diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 6bda370..9539c0f 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -17,7 +17,8 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -INCLUDES = -I$(top_srcdir) @CPPFLAGS@ +# add include dir . for sigmsg.h when building in different directory +INCLUDES = -I$(top_srcdir) -I. @CPPFLAGS@ LEX = @LEX@ AWK = @AWK@ @@ -93,7 +94,7 @@ lint: sigmsg.h # Also, not all makes accept $< in non-pattern rules, # hence the explicit filenames here. dtimep.c: dtimep.lex - $(LEX) -n -t $(srcdir)/dtimep.lex > dtimep.c + $(LEX) -n -t $(srcdir)/dtimep.lex > $@ pidstatus.o: sigmsg.h