From: Richard Levitte Date: Fri, 22 May 2015 17:23:43 +0000 (+0200) Subject: Missed a couple of spots in the update change X-Git-Tag: OpenSSL_1_1_0-pre1~1091 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=6f45032f6730622e8d484d92e07c7fce7d1f88ac;hp=fdfe8b06ae97da3bc3a77aa3db00f8e0445f3c70;ds=sidebyside Missed a couple of spots in the update change Reviewed-by: Rich Salz --- diff --git a/Makefile.org b/Makefile.org index ea9f6a0be7..9f72cdb41a 100644 --- a/Makefile.org +++ b/Makefile.org @@ -439,7 +439,7 @@ tests: rehash report: @$(PERL) util/selftest.pl -update: errors stacks util/libeay.num util/ssleay.num apps/openssl-vms.cnf TABLE +update: errors stacks util/libeay.num util/ssleay.num TABLE @set -e; target=update; $(RECURSIVE_BUILD_CMD) depend: diff --git a/apps/Makefile b/apps/Makefile index ea7806492e..90e6014b38 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -123,14 +123,12 @@ tests: lint: echo nope >fluff -update: openssl-vms.cnf depend +update: openssl-vms.cnf local_depend -depend: - @if [ -z "$(THIS)" ]; then \ - $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \ - else \ - $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(EXE_SRC); \ - fi +depend: local_depend + @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi +local_depend: + @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(EXE_SRC); \ dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new