[openssl-commits] [openssl] OpenSSL_1_0_0-stable update
Richard Levitte
levitte at openssl.org
Thu Jun 11 13:55:02 UTC 2015
The branch OpenSSL_1_0_0-stable has been updated
via 809bf2eab7b46e2fd768fec0c28127991c927b19 (commit)
from db96b5ab761fb97633dde9aec62c0032743e88f8 (commit)
- Log -----------------------------------------------------------------
commit 809bf2eab7b46e2fd768fec0c28127991c927b19
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 863144c..636f2eb 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