summaryrefslogtreecommitdiffstats
path: root/engines/Makefile
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-05-23 06:33:41 +0200
committerRichard Levitte <levitte@openssl.org>2015-05-23 06:33:41 +0200
commit8b822d2566853ee5e313c37529f71336209b28ab (patch)
treef9dbbdffaebdbaa5c7c482dda821fa55d0d4833d /engines/Makefile
parent6f45032f6730622e8d484d92e07c7fce7d1f88ac (diff)
Fix update and depend in engines/
The update: target in engines/ didn't recurse into engines/ccgost. The update: and depend: targets in engines/ccgost needed a fixup. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'engines/Makefile')
-rw-r--r--engines/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/Makefile b/engines/Makefile
index eca15e2954..e9dc1c47cc 100644
--- a/engines/Makefile
+++ b/engines/Makefile
@@ -136,6 +136,7 @@ lint:
update: local_depend
@if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
+ @[ -z "$(THIS)" ] || (set -e; target=update; $(RECURSIVE_MAKE) )
depend: local_depend
@if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi