commit fb936d5ba5ae6831dcf42c89ad1a0dce1e338f88
Author:     Eric Pruitt <eric.pru...@gmail.com>
AuthorDate: Tue Sep 5 18:13:16 2017 -0700
Commit:     Michael Forney <mfor...@mforney.org>
CommitDate: Tue Sep 5 23:00:42 2017 -0700

    Add missing getconf.h dependency to sbase-box

diff --git a/Makefile b/Makefile
index 1c39fef..0e421e7 100644
--- 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

Reply via email to