From b52b5825e688701e56420a5946a2d503f1049ce3 Mon Sep 17 00:00:00 2001 From: Joseph Frazer Date: Wed, 8 Apr 2020 16:28:23 -0400 Subject: [PATCH] [DEV-7147] Build "xmli" files using "tamec" Rather than copying the files, we want to start using "tamec" to make the "xmli" files, even if right now all it does is copy the file. --- build-aux/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index 7e93e5ec..55672c92 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -115,7 +115,7 @@ program-ui: ui/package.strip.js ui/Program.js ui/html/index.phtml # Handle an intermediate step as we transition to the new compiler %.xmli: %.xml - cp $< $@ + $(path_tame)/tamer/target/release/tamec --emit xmlo -o $@ $< # Individual dependencies appear in suppliers.mk (see below) %.xmlo: %.xmli $(path_tame)/.rev-xmlo