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 --- crypto/objects/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/objects') diff --git a/crypto/objects/Makefile.in b/crypto/objects/Makefile.in index 8e4b577a80..826d571007 100644 --- a/crypto/objects/Makefile.in +++ b/crypto/objects/Makefile.in @@ -50,7 +50,7 @@ obj_xref.h: objxref.pl obj_xref.txt obj_mac.num files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -update: obj_dat.h ../../include/openssl/obj_mac.h obj_xref.h depend +generate: obj_dat.h ../../include/openssl/obj_mac.h obj_xref.h depend: @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... -- cgit v1.2.3