mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
strip third arg (dir name) to Build/Configure/Default macro
SVN-Revision: 5261
This commit is contained in:
parent
440fef816e
commit
ed081b6cd3
@ -290,7 +290,7 @@ define Build/Prepare
|
||||
endef
|
||||
|
||||
define Build/Configure/Default
|
||||
(cd $(PKG_BUILD_DIR)/$(3); \
|
||||
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \
|
||||
if [ -x configure ]; then \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
|
Loading…
Reference in New Issue
Block a user