aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-05-22 19:23:43 +0200
committerRichard Levitte <levitte@openssl.org>2015-05-23 06:14:22 +0200
commit6f45032f6730622e8d484d92e07c7fce7d1f88ac (patch)
tree37214e49c9e5fcb3e7c8960019666f739f6e9973 /apps/Makefile
parentfdfe8b06ae97da3bc3a77aa3db00f8e0445f3c70 (diff)
downloadopenssl-6f45032f6730622e8d484d92e07c7fce7d1f88ac.tar.gz
Missed a couple of spots in the update change
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/apps/Makefile b/apps/Makefile
index ea7806492e..90e6014b38 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -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