The branch master has been updated
       via  eeb97bce751296b2e04a92d00c0d0a792ba61834 (commit)
      from  da24e6f8a05ea657684094e04c1a54efa04c2962 (commit)


- Log -----------------------------------------------------------------
commit eeb97bce751296b2e04a92d00c0d0a792ba61834
Author: Richard Levitte <[email protected]>
Date:   Mon Jul 13 15:48:57 2015 +0200

    Remove extra '; \' in apps/Makefile
    
    Fixes GH#330
    
    Reviewed-by: Rich Salz <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 apps/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/Makefile b/apps/Makefile
index bf554ab..d0c5b8c 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -128,7 +128,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) 
-- $(EXE_SRC); \
+       @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) 
-- $(EXE_SRC)
 
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' 
$(MAKEFILE) >Makefile.new
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to