Missed a couple of spots in the update change
authorRichard Levitte <levitte@openssl.org>
Fri, 22 May 2015 17:23:43 +0000 (19:23 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 23 May 2015 09:18:53 +0000 (11:18 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 6f45032f6730622e8d484d92e07c7fce7d1f88ac)

Conflicts:
apps/Makefile

Makefile.org
apps/Makefile

index 465a13bec8b96fed9b7967c27eb7fc5ae628d1f2..13ffc1528ecb82517d0aa833f729b7606ab516ec 100644 (file)
@@ -416,7 +416,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:
index c77615cdb25ccd4b691c78a6a0b2dd12a6b9727b..863144c6097486c669de7f322a530499de365e6c 100644 (file)
@@ -130,14 +130,12 @@ links:
 lint:
        lint -DLINT $(INCLUDES) $(SRC)>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) -- $(PROGS) $(SRC); \
-       fi
+depend: local_depend
+       @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
+local_depend:
+       @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(SRC); \
 
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new