[hackers] [sbase] Add missing getconf.h dependency to sbase-box || Eric Pruitt
commit fb936d5ba5ae6831dcf42c89ad1a0dce1e338f88
Author: Eric Pruitt <eric.pruitt_AT_gmail.com>
AuthorDate: Tue Sep 5 18:13:16 2017 -0700
Commit: Michael Forney <mforney_AT_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
_AT_@ -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
Received on Wed Sep 06 2017 - 08:06:48 CEST
This archive was generated by hypermail 2.3.0
: Wed Sep 06 2017 - 08:12:20 CEST