From fb936d5ba5ae6831dcf42c89ad1a0dce1e338f88 Mon Sep 17 00:00:00 2001 From: Eric Pruitt Date: Tue, 5 Sep 2017 18:13:16 -0700 Subject: [PATCH] Add missing getconf.h dependency to sbase-box --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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