Add missing getconf.h dependency to sbase-box

This commit is contained in:
Eric Pruitt 2017-09-05 18:13:16 -07:00 committed by Michael Forney
parent b524eb6f3d
commit fb936d5ba5
1 changed files with 1 additions and 1 deletions

View File

@ -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