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 --- crypto/dso/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crypto/dso') diff --git a/crypto/dso/Makefile.in b/crypto/dso/Makefile.in index caa96210b2..e6e4de79b6 100644 --- a/crypto/dso/Makefile.in +++ b/crypto/dso/Makefile.in @@ -40,8 +40,7 @@ files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO depend: - @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... - $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) + $(TOP)/util/domd $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) clean: rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff -- cgit v1.2.3