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

2017-09-06 Thread Michael Forney
On 2017-09-05, Eric Pruitt 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 >

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

2017-09-05 Thread Eric Pruitt
--- 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)