Loading Makefile.org +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading apps/Makefile +5 −7 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Makefile.org +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading
apps/Makefile +5 −7 Original line number Diff line number Diff line Loading @@ -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 Loading