[openssl-commits] [openssl] OpenSSL_1_0_1-stable update

Richard Levitte levitte at openssl.org
Mon Jul 13 15:16:37 UTC 2015


The branch OpenSSL_1_0_1-stable has been updated
       via  2794dec7b21f4faf5095008d3dd9743f41cc19ad (commit)
      from  2035e2db681ae3b3b3502892bced0f54d1a2c8c0 (commit)


- Log -----------------------------------------------------------------
commit 2794dec7b21f4faf5095008d3dd9743f41cc19ad
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 cafe554..8c3297e 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