summaryrefslogtreecommitdiffstats
path: root/tools/quilt/Makefile
diff options
context:
space:
mode:
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-27 17:21:30 +0000
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-27 17:21:30 +0000
commitf80d70ea2134ecf98f3056325cd7cfbfac6a4c58 (patch)
treee08c8b83c2e0a603870e2c72c289b22ad6f6b25c /tools/quilt/Makefile
parent3c05ba24723fa368dd070c212376b7dbaa4269a6 (diff)
tools/quilt: fix openSUSE/patch-2.6.1.81 issue (closes #7635)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22397 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/quilt/Makefile')
-rw-r--r--tools/quilt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile
index b973eb404..221398f29 100644
--- a/tools/quilt/Makefile
+++ b/tools/quilt/Makefile
@@ -16,6 +16,7 @@ PKG_MD5SUM:=f77adda60039ffa753f3c584a286f12b
include $(INCLUDE_DIR)/host-build.mk
define Host/Configure
+ cd $(HOST_BUILD_DIR) && autoconf
$(call Host/Configure/Default)
[ -f $(HOST_BUILD_DIR)/Makefile ]
endef