[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.
master
Joseph Frazer 2020-04-08 16:28:23 -04:00
parent 2c587e2d9d
commit b52b5825e6
1 changed files with 1 additions and 1 deletions

View File

@ -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