[openssl-commits] [openssl] OpenSSL_1_0_1-stable update
Richard Levitte
levitte at openssl.org
Thu Jun 11 13:53:19 UTC 2015
The branch OpenSSL_1_0_1-stable has been updated
via 176b59d157d1cbfd0b10f9f7be12eaf9896410f2 (commit)
from 907f04a30354615e54beaa2bc0b986083f7793ee (commit)
- Log -----------------------------------------------------------------
commit 176b59d157d1cbfd0b10f9f7be12eaf9896410f2
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Jun 11 15:41:25 2015 +0200
Correction of make depend merge error
$(PROGS) was mistakenly removed, adding it back.
Reviewed-by: Matt Caswell <matt at openssl.org>
(cherry picked from commit 5ef5b9ffa91ad6061c42291564a1dc786300ebdd)
-----------------------------------------------------------------------
Summary of changes:
apps/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/Makefile b/apps/Makefile
index a2c1565..cafe554 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
More information about the openssl-commits
mailing list