Add missing getconf.h dependency to sbase-box
This commit is contained in:
parent
b524eb6f3d
commit
fb936d5ba5
2
Makefile
2
Makefile
|
@ -233,7 +233,7 @@ dist: clean
|
||||||
gzip sbase-$(VERSION).tar
|
gzip sbase-$(VERSION).tar
|
||||||
rm -rf sbase-$(VERSION)
|
rm -rf sbase-$(VERSION)
|
||||||
|
|
||||||
sbase-box: $(LIB) $(SRC)
|
sbase-box: $(LIB) $(SRC) getconf.h
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cp $(HDR) build
|
cp $(HDR) build
|
||||||
cp getconf.h build
|
cp getconf.h build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user