Remove extra '; \' in apps/Makefile
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Jul 2015 13:48:57 +0000 (15:48 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Jul 2015 13:48:57 +0000 (15:48 +0200)
Fixes GH#330

Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/Makefile

index bf554abd33947519de3f650ac4927a9c7938c6d7..d0c5b8cf7951416585c0651fddd517ad9cb4c5a1 100644 (file)
@@ -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