diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-22 09:07:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-22 09:08:00 +0100 |
commit | 561a2b5764af1fd1301e24d703e680aafc0ffae5 (patch) | |
tree | bc88af3969cdecf145d86ade01a26efe279c4a64 /mk | |
parent | ab20306b70b10a860b566bf912487d1f8a6eb22e (diff) |
nfc: add driver and library for nfc-nci chips
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkg-bottom.mk | 2 |
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.. " |