diff --git a/recipes/relibc/recipe.sh b/recipes/relibc/recipe.sh index 468bd31b01ba40b4913384b9e1971b96359e520f..60aa60c7aa53e9635c0f25f66d2fe7ede5821943 100644 --- a/recipes/relibc/recipe.sh +++ b/recipes/relibc/recipe.sh @@ -7,11 +7,6 @@ function recipe_build { function recipe_stage { dest="$(realpath $1)" - mkdir -pv "$dest/lib" - mkdir -pv "$dest/include" - cp -rv "include"/* "$dest/include" - cp -rv "target/include"/* "$dest/include" - cp -v "target/$TARGET/debug/libc.a" "$dest/lib" - cp -v "target/$TARGET/debug/crt0.o" "$dest/lib" + make DESTDIR="$dest" install skip=1 }