X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2FMakefile;h=b9613a13e25402f18356db37abee09a22474c0ce;hp=64c3baadb3f2ed59a549b6c613a483b964685c5e;hb=5ef5b9ffa91ad6061c42291564a1dc786300ebdd;hpb=d44f89c990b4c9c41f77e9a0ffd5dc7c4ca07f84 diff --git a/apps/Makefile b/apps/Makefile index 64c3baadb3..b9613a13e2 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) -- $(SRC); \ + @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC); \ dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new