commit 6b14c50e57309c02af98f3b5f77ad0db90c993a3
parent c0eafd46108cd048640d8fdc145ea298da19810a
Author: sin <sin@2f30.org>
Date: Tue, 15 Dec 2015 08:48:11 +0000
Fix sbase-box target
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -215,6 +215,7 @@ dist: clean
sbase-box: $(LIB) $(SRC)
mkdir -p build
cp $(HDR) build
+ cp confstr_l.h limits_l.h sysconf_l.h pathconf_l.h build
for f in $(SRC); do sed "s/^main(/$${f%.c}_&/" < $$f > build/$$f; done
echo '#include <libgen.h>' > build/$@.c
echo '#include <stdio.h>' >> build/$@.c