From 28f4da526d598a2bd0b26c39f569208d7f6f11bd Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 17 Sep 2018 20:28:17 -0600 Subject: [PATCH] Require all target when building sysroot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d06840c8c..358455428d 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ libc: $(BUILD)/release/libc.a $(BUILD)/release/crt0.o $(BUILD)/include libm: $(BUILD)/openlibm/libopenlibm.a -sysroot: +sysroot: all rm -rf $@.partial mkdir -p $@.partial make install DESTDIR=$@.partial