From 32e3b16ec9eacbe7b2899cd922e11dcec19a3f44 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 18 Dec 2018 20:58:29 -0500 Subject: [PATCH] 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'. --- 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 fe5171df..1508da66 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.