diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-29 19:29:45 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-29 22:56:07 +0100 |
commit | ced2c2c598e195175950a67756d426052d38c228 (patch) | |
tree | 96426030f0ca1099c33d147e67b619bb73a77f6a /crypto/rc2 | |
parent | Better type for x509 -checkend argument (diff) | |
download | openssl-ced2c2c598e195175950a67756d426052d38c228.tar.xz openssl-ced2c2c598e195175950a67756d426052d38c228.zip |
Templatize util/domd
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/rc2')
-rw-r--r-- | crypto/rc2/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/rc2/Makefile.in b/crypto/rc2/Makefile.in index 348f714d6f..88f20a5e63 100644 --- a/crypto/rc2/Makefile.in +++ b/crypto/rc2/Makefile.in @@ -38,8 +38,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 *.obj lib tags core .pure .nfs* *.old *.bak fluff |