From 42097bee658a14377e021f0076627962abd20e39 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Mon, 4 Jul 2022 15:05:27 +0100 Subject: [PATCH] Added missing fields.tex dependency --- openpower/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/Makefile b/openpower/Makefile index a27b63300..17239eeb2 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -25,7 +25,8 @@ SOURCE_TEX := tex_out/remap.tex tex_out/bitmanip.tex tex_out/vector_ops.tex \ tex_out/pseudocode_fixedlogical.tex \ tex_out/pseudocode_svfixedarith.tex \ tex_out/big_integer_analysis.tex \ - tex_out/vector_isas.tex + tex_out/vector_isas.tex \ + tex_out/fields.tex # Does this umbrella rule need to be modified? tex: $(SOURCE_TEX) -- 2.30.2