Missed a couple of spots in the update change

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2015-05-22 19:23:43 +02:00
parent fdfe8b06ae
commit 6f45032f67
2 changed files with 6 additions and 8 deletions

View File

@ -439,7 +439,7 @@ tests: rehash
report: report:
@$(PERL) util/selftest.pl @$(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) @set -e; target=update; $(RECURSIVE_BUILD_CMD)
depend: depend:

View File

@ -123,14 +123,12 @@ tests:
lint: lint:
echo nope >fluff echo nope >fluff
update: openssl-vms.cnf depend update: openssl-vms.cnf local_depend
depend: depend: local_depend
@if [ -z "$(THIS)" ]; then \ @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
$(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \ local_depend:
else \ @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(EXE_SRC); \
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(EXE_SRC); \
fi
dclean: dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new