diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-12-18 20:58:29 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-12-18 20:58:29 -0500 |
commit | 32e3b16ec9eacbe7b2899cd922e11dcec19a3f44 (patch) | |
tree | 17e3b1666f7c84eecb9748f51cc4390d31f0f87e /build-aux | |
parent | f50b49542e6bc46a5428979ad2996c3bdc0b2b37 (diff) | |
download | tame-32e3b16ec9eacbe7b2899cd922e11dcec19a3f44.tar.gz tame-32e3b16ec9eacbe7b2899cd922e11dcec19a3f44.tar.bz2 tame-32e3b16ec9eacbe7b2899cd922e11dcec19a3f44.zip |
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'.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index fe5171d..1508da6 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -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. |