---
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) $(SRC) getconf.h
mkdir -p build
cp $(HDR) build
cp getconf.h build
--
2.11.0- [hackers] [sbase] [PATCH] Add missing getconf.h dependency ... Eric Pruitt
- Re: [hackers] [sbase] [PATCH] Add missing getconf.h de... Michael Forney
