[openssl-commits] [openssl] OpenSSL_1_0_0-stable update
Richard Levitte
levitte at openssl.org
Mon Jul 13 15:16:28 UTC 2015
The branch OpenSSL_1_0_0-stable has been updated
via 1fb21ac4a9c45000de32b44463b3fbdff8e06bc6 (commit)
from 916aaef14a520b1e055c8825e4520f0e972b018c (commit)
- Log -----------------------------------------------------------------
commit 1fb21ac4a9c45000de32b44463b3fbdff8e06bc6
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Jul 13 15:48:57 2015 +0200
Remove extra '; \' in apps/Makefile
Fixes GH#330
Reviewed-by: Rich Salz <rsalz at openssl.org>
(cherry picked from commit eeb97bce751296b2e04a92d00c0d0a792ba61834)
Conflicts:
apps/Makefile
-----------------------------------------------------------------------
Summary of changes:
apps/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/Makefile b/apps/Makefile
index 636f2eb..f94eccf 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) -- $(PROGS) $(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