From ced2c2c598e195175950a67756d426052d38c228 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 29 Jan 2016 13:29:45 -0500 Subject: Templatize util/domd Reviewed-by: Richard Levitte --- engines/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/Makefile.in b/engines/Makefile.in index d91bd5467f..a515dc1664 100644 --- a/engines/Makefile.in +++ b/engines/Makefile.in @@ -116,7 +116,7 @@ errors: done depend: - @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) $(TESTLIBSRC) + @[ -z "$(THIS)" ] || $(TOP)/util/domd $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) $(TESTLIBSRC) @[ -z "$(THIS)" ] || (set -e; target=depend; $(RECURSIVE_MAKE) ) clean: -- cgit v1.2.3