From: Richard Levitte Date: Thu, 11 Jun 2015 13:41:25 +0000 (+0200) Subject: Correction of make depend merge error X-Git-Tag: OpenSSL_1_0_1n~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=176b59d157d1cbfd0b10f9f7be12eaf9896410f2;p=oweals%2Fopenssl.git Correction of make depend merge error $(PROGS) was mistakenly removed, adding it back. Reviewed-by: Matt Caswell (cherry picked from commit 5ef5b9ffa91ad6061c42291564a1dc786300ebdd) --- diff --git a/apps/Makefile b/apps/Makefile index a2c15657bb..cafe55458d 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -135,7 +135,7 @@ update: openssl-vms.cnf local_depend depend: local_depend @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi local_depend: - @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(SRC); \ + @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC); \ dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new