From 79fa324f9dd1f506e73810715e00cccdec7cfc6a Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Thu, 3 Jun 2021 16:26:43 -0400 Subject: [PATCH] build(striker-ui): remove excess call in specfile to build web UI --- anvil.spec.in | 1 - striker-ui/Makefile.am | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/anvil.spec.in b/anvil.spec.in index 10ed3dc5..f4447a55 100644 --- a/anvil.spec.in +++ b/anvil.spec.in @@ -208,7 +208,6 @@ Provides support for asynchronous disaster recovery hosts in an Anvil! cluster. ./autogen.sh %{configure} make %{_smp_mflags} -make build -C striker-ui -f Makefile %install rm -rf %{buildroot} diff --git a/striker-ui/Makefile.am b/striker-ui/Makefile.am index b8c63467..4d2cb947 100644 --- a/striker-ui/Makefile.am +++ b/striker-ui/Makefile.am @@ -101,6 +101,9 @@ EXTRA_DIST = \ htmldir = $(localstatedir)/www/html outdir = out +# Trigger build target on make call without parameters. +all: build + # Note: the input file to the generate endpoint prefix step must exist in # EXTRA_DIST. #