X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=package%2Fopkg%2FMakefile;h=4efd44a209019c56fcbbcddcfeb6d3e1be60cbcb;hb=f933719138c9402de7b6c0084e2f1fec3a06d803;hp=597c96bf398b57ec17d114f6bec6cb002179a29b;hpb=d365063c595f2d72513253034d113a7d17932028;p=oweals%2Fopenwrt.git diff --git a/package/opkg/Makefile b/package/opkg/Makefile index 597c96bf39..4efd44a209 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -88,7 +88,7 @@ HOST_CONFIGURE_ARGS+= \ --with-opkglockfile=/tmp/opkg.lock define Host/Compile - $(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) CC="$(HOSTCC)" all + +$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) CC="$(HOSTCC)" all endef define Host/Install