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/cluster_labs/Makefile.in | 3 +-- demos/engines/ibmca/Makefile.in | 3 +-- demos/engines/rsaref/Makefile.in | 3 +-- demos/engines/zencod/Makefile.in | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) (limited to 'demos') diff --git a/demos/engines/cluster_labs/Makefile.in b/demos/engines/cluster_labs/Makefile.in index e299d33d72..48f696c85c 100644 --- a/demos/engines/cluster_labs/Makefile.in +++ b/demos/engines/cluster_labs/Makefile.in @@ -24,8 +24,7 @@ all: @echo 'gnu: Generic GNU-based system (gcc and GNU ld)' @echo '' -FORCE.update: -update: FORCE.update +generate: perl ../../../util/mkerr.pl -conf hw_cluster_labs.ec \ -nostatic -staticloader -write hw_cluster_labs.c diff --git a/demos/engines/ibmca/Makefile.in b/demos/engines/ibmca/Makefile.in index 652d0b19c5..d0d74dffdf 100644 --- a/demos/engines/ibmca/Makefile.in +++ b/demos/engines/ibmca/Makefile.in @@ -24,8 +24,7 @@ all: @echo 'gnu: Generic GNU-based system (gcc and GNU ld)' @echo '' -FORCE.update: -update: FORCE.update +generate: perl ../../../util/mkerr.pl -conf hw_ibmca.ec \ -nostatic -staticloader -write hw_ibmca.c 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 diff --git a/demos/engines/zencod/Makefile.in b/demos/engines/zencod/Makefile.in index fe02034e59..240ae7dae8 100644 --- a/demos/engines/zencod/Makefile.in +++ b/demos/engines/zencod/Makefile.in @@ -24,8 +24,7 @@ all: @echo 'gnu: Generic GNU-based system (gcc and GNU ld)' @echo '' -FORCE.update: -update: FORCE.update +generate: perl ../../../util/mkerr.pl -conf hw_zencod.ec \ -nostatic -staticloader -write hw_zencod.c -- cgit v1.2.3