On 2017-09-05, Eric Pruitt <eric.pru...@gmail.com> wrote: > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git Makefile Makefile > index 1c39fef..0e421e7 100644 > --- Makefile > +++ Makefile > @@ -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.