From: David McCullough Date: Sun, 30 Aug 2009 11:43:03 +0000 (+0000) Subject: fix elf2flt dep generation in out-of-tree builds X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9e2cdadcef2682caef6cfa8088a6b313a879653e;p=elf2flt.git fix elf2flt dep generation in out-of-tree builds Signed-off-by: Mike Frysinger --- diff --git a/Makefile.in b/Makefile.in index a36200a..861f62b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -110,4 +110,4 @@ install: sinclude .deps .deps: - $(CC) -MM $(CPPFLAGS) *.c > .deps + $(CC) -MM $(CPPFLAGS) $(srcdir)/*.c > .deps