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 --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile.in b/test/Makefile.in index 9dbf54993f..cf6e8163a0 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -163,7 +163,7 @@ apps: @(cd ..; $(MAKE) DIRS=apps all) depend: - @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC) + $(TOP)/util/domd $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC) clean: rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss *.srl log *.log dummytest -- cgit v1.2.3