Add missing getconf.h dependency to sbase-box

master
Eric Pruitt 6 years ago committed by Michael Forney
parent b524eb6f3d
commit fb936d5ba5

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

Loading…
Cancel
Save