diff options
Diffstat (limited to 'tools/quilt/Makefile')
-rw-r--r-- | tools/quilt/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index 01b0bd2..c2dbc07 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -15,9 +15,6 @@ PKG_MD5SUM:=c0ef4beb58a6fa72563b955e70624b6e include $(INCLUDE_DIR)/host-build.mk -HOST_CONFIGURE_ARGS += \ - --with-find=$(FIND) - define Host/Configure cd $(HOST_BUILD_DIR) && autoconf $(call Host/Configure/Default) |