X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fmusl%2FMakefile;h=1533f51a0d602a2a401b93525d8351ed0d1390e0;hb=d158bda2219603228d104a04156bb4374a98717a;hp=66b874eb2e993e2c90c5f77ab85a2fa1f97162dd;hpb=58d22ab8a4b1cb33ed55a1600270f6cbadfd98f8;p=openwrt-github%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))