Makefile.am (program-ui): Remove standalones dep

We want to be able to build the UI independently of the
suppliers.  Historically, this did not provide much of a benefit, but this
change allows us to build independently as a job in a distributed pipeline,
and allows testing out the UI when rating is unneeded.

* build-aux/Makefile.am (program-ui): Remove `standalones'.
master
Mike Gerwitz 2018-12-18 20:58:29 -05:00
parent f50b49542e
commit 32e3b16ec9
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ all: program-data-copy
# suppliers can be concurrently built without rebuilding common dependencies
common: $(xmlo_common)
program-ui: standalones ui/package.strip.js ui/Program.js ui/html/index.phtml
program-ui: ui/package.strip.js ui/Program.js ui/html/index.phtml
# Note the `$()' here to prevent Automake from inlining this file---it is
# to be generated when imports change, which can be at any time.