]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Correction of make depend merge error
authorRichard Levitte <levitte@openssl.org>
Thu, 11 Jun 2015 13:41:25 +0000 (15:41 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 Jun 2015 13:53:32 +0000 (15:53 +0200)
$(PROGS) was mistakenly removed, adding it back.

Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 5ef5b9ffa91ad6061c42291564a1dc786300ebdd)

apps/Makefile

index 863144c6097486c669de7f322a530499de365e6c..636f2eb887b3b0d9d0629b0d15ef23448c5dc179 100644 (file)
@@ -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