From: Richard Levitte <levitte@openssl.org> Date: Mon, 13 Jul 2015 13:48:57 +0000 (+0200) Subject: Remove extra '; \' in apps/Makefile X-Git-Tag: OpenSSL_1_0_2e~164 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8a1dbda755f7fa4dc3e9637b95ea2df04f0c7e4f;p=oweals%2Fopenssl.git Remove extra '; \' in apps/Makefile Fixes GH#330 Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit eeb97bce751296b2e04a92d00c0d0a792ba61834) Conflicts: apps/Makefile --- diff --git a/apps/Makefile b/apps/Makefile index cafe55458d..8c3297ea67 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