summaryrefslogtreecommitdiffstats
path: root/demos/engines/rsaref
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-17 16:53:53 -0500
committerRich Salz <rsalz@openssl.org>2016-01-20 09:09:14 -0500
commit8cef1212f3a8271e1d9f2b4b02720751084a1785 (patch)
treef69daa185d375affebadeddafbf4b3e880056d1c /demos/engines/rsaref
parent7bb196a71adef8440b6152b6174651a9c25588f1 (diff)
Consolidate "make update"
Rename 'update' to 'generate'. Rather than recurse, just explicitly call the three generate targets directly. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'demos/engines/rsaref')
-rw-r--r--demos/engines/rsaref/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/engines/rsaref/Makefile.in b/demos/engines/rsaref/Makefile.in
index 04481e31ce..94af60c401 100644
--- a/demos/engines/rsaref/Makefile.in
+++ b/demos/engines/rsaref/Makefile.in
@@ -29,8 +29,7 @@ install: FORCE.install
cd install; \
make -f unix/makefile CFLAGS='-I. -DPROTOTYPES=1 -O -c' RSAREFLIB=librsaref.a librsaref.a
-FORCE.update:
-update: FORCE.update
+generate:
perl ../../../util/mkerr.pl -conf rsaref.ec \
-nostatic -staticloader -write rsaref.c