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

SVN-Revision: 5261
This commit is contained in:
Nicolas Thill 2006-10-22 21:15:55 +00:00
parent 440fef816e
commit ed081b6cd3
1 changed files with 1 additions and 1 deletions

View File

@ -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)" \