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