X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fmusl%2FMakefile;h=1533f51a0d602a2a401b93525d8351ed0d1390e0;hb=e559ad07418a8f9aa81586913ae535ced72aaaeb;hp=66b874eb2e993e2c90c5f77ab85a2fa1f97162dd;hpb=3873605ab3b44f24ee4f6c8b1312d2cbd99e7929;p=openwrt-working-2016%2F.git diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile index 66b874eb2e..1533f51a0d 100644 --- a/toolchain/musl/Makefile +++ b/toolchain/musl/Makefile @@ -19,12 +19,13 @@ define Host/SetToolchainInfo endef define Host/Compile - $(MAKE) $(HOST_JOBS) $(MUSL_MAKEOPTS) all + +$(MAKE) $(HOST_JOBS) $(MUSL_MAKEOPTS) all endef define Host/Install $(call Host/SetToolchainInfo) $(MAKE) $(MUSL_MAKEOPTS) DESTDIR="$(TOOLCHAIN_DIR)/" install + $(CP) ./include $(TOOLCHAIN_DIR)/ endef $(eval $(call HostBuild))