summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-22 09:07:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-22 09:08:00 +0100
commit561a2b5764af1fd1301e24d703e680aafc0ffae5 (patch)
treebc88af3969cdecf145d86ade01a26efe279c4a64 /mk/pkg-bottom.mk
parentab20306b70b10a860b566bf912487d1f8a6eb22e (diff)
nfc: add driver and library for nfc-nci chips
Diffstat (limited to 'mk/pkg-bottom.mk')
-rw-r--r--mk/pkg-bottom.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index f16f854e1..a519c7a22 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -25,7 +25,7 @@ post-configure:
${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE}
ifneq (,$(filter bootstrap,${AUTOTOOL_STYLE}))
@$(CMD_TRACE) "autotool configuring.. "
- @cd ${WRKSRC}; env ${AUTOTOOL_ENV} $(BASH) bootstrap.sh $(MAKE_TRACE)
+ @cd ${WRKSRC}; env ${AUTOTOOL_ENV} $(BASH) bootstrap* $(MAKE_TRACE)
endif
ifneq (,$(filter autogen,${AUTOTOOL_STYLE}))
@$(CMD_TRACE) "autotool configuring.. "