strip third arg (dir name) to Build/Configure/Default macro

SVN-Revision: 5261
v19.07.3_mercusys_ac12_duma
Nicolas Thill 18 years ago
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…
Cancel
Save