From ce192ebed0f5445076996b46c279a1499fdc8948 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 18 Feb 2016 13:17:15 +0100 Subject: Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND All those flags existed because we had all the dependencies versioned in the repository, and wanted to have it be consistent, no matter what the local configuration was. Now that the dependencies are gone from the versioned Makefile.ins, it makes much more sense to use the exact same flags as when compiling the object files. Reviewed-by: Rich Salz --- crypto/pkcs7/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/pkcs7') diff --git a/crypto/pkcs7/Makefile.in b/crypto/pkcs7/Makefile.in index 973b982303..a58e323b56 100644 --- a/crypto/pkcs7/Makefile.in +++ b/crypto/pkcs7/Makefile.in @@ -45,7 +45,7 @@ files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO depend: - $(TOP)/util/domd $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) + $(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC) clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify -- cgit v1.2.3