Re: [hackers] [sbase] [PATCH] Add missing getconf.h dependency to sbase-box

From: Michael Forney <mforney_AT_mforney.org>
Date: Tue, 5 Sep 2017 23:07:50 -0700

On 2017-09-05, Eric Pruitt <eric.pruitt_AT_gmail.com> wrote:
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git Makefile Makefile
> index 1c39fef..0e421e7 100644
> --- Makefile
> +++ Makefile
> _AT_@ -233,7 +233,7 @@ dist: clean
> gzip sbase-$(VERSION).tar
> rm -rf sbase-$(VERSION)
>
> -sbase-box: $(LIB) $(SRC)
> +sbase-box: $(LIB) $(SRC) getconf.h
> mkdir -p build
> cp $(HDR) build
> cp getconf.h build
> --
> 2.11.0

Thanks, applied.
Received on Wed Sep 06 2017 - 08:07:50 CEST

This archive was generated by hypermail 2.3.0 : Wed Sep 06 2017 - 08:12:26 CEST