X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/21994b96774711f3385d7c146e3fb49552f1d835..38ab317f9ef248c64595082593860b1ab18aa90f:/tools/quilt/Makefile diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index 49da92b73..5294534b0 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -15,6 +15,11 @@ PKG_MD5SUM:=d33d2442bd34387260b1c1db3e623af0 include $(INCLUDE_DIR)/host-build.mk +define Build/Configure + $(call Build/Configure/Default) + [ -f $(PKG_BUILD_DIR)/Makefile ] +endef + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) SHELL="$(BASH)" endef