From 8cef1212f3a8271e1d9f2b4b02720751084a1785 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sun, 17 Jan 2016 16:53:53 -0500 Subject: Consolidate "make update" Rename 'update' to 'generate'. Rather than recurse, just explicitly call the three generate targets directly. Reviewed-by: Richard Levitte --- demos/engines/rsaref/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demos/engines/rsaref') 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 -- cgit v1.2.3