sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit fb936d5ba5ae6831dcf42c89ad1a0dce1e338f88
parent b524eb6f3d03536ef6b091b436692292e5c59da9
Author: Eric Pruitt <eric.pruitt@gmail.com>
Date:   Tue,  5 Sep 2017 18:13:16 -0700

Add missing getconf.h dependency to sbase-box

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/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