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/ts | |
parent | 56087077d81e2b888f4cbe7f70b2077dc5add90d (diff) | |
download | openssl-new-ced2c2c598e195175950a67756d426052d38c228.tar.gz |
Templatize util/domd
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/ts')
-rw-r--r-- | crypto/ts/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/ts/Makefile.in b/crypto/ts/Makefile.in index 8fe12fc84f..4001e8f3dd 100644 --- a/crypto/ts/Makefile.in +++ b/crypto/ts/Makefile.in @@ -1,5 +1,4 @@ # -# SSLeay/crypto/ts/Makefile # DIR= ts @@ -10,9 +9,6 @@ CFLAG = -g INSTALL_PREFIX= OPENSSLDIR= /usr/local/ssl INSTALLTOP=/usr/local/ssl -MAKEDEPPROG= makedepend -MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) -MAKEFILE= Makefile AR= ar r LDFLAGS= @@ -52,7 +48,7 @@ files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO depend: - $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC) + $(TOP)/util/domd $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC) clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify |