diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-29 13:29:45 -0500 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-29 16:56:07 -0500 |
commit | ced2c2c598e195175950a67756d426052d38c228 (patch) | |
tree | 96426030f0ca1099c33d147e67b619bb73a77f6a /crypto/engine | |
parent | 56087077d81e2b888f4cbe7f70b2077dc5add90d (diff) | |
download | openssl-new-ced2c2c598e195175950a67756d426052d38c228.tar.gz |
Templatize util/domd
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/engine')
-rw-r--r-- | crypto/engine/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/engine/Makefile.in b/crypto/engine/Makefile.in index 18cda3440c..c93021f595 100644 --- a/crypto/engine/Makefile.in +++ b/crypto/engine/Makefile.in @@ -48,8 +48,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 |