aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-10-22 21:15:55 +0000
committerNicolas Thill <nico@openwrt.org>2006-10-22 21:15:55 +0000
commitefc2f3290c4ce1b240e26b5f0f8f3ee87e3288b7 (patch)
treecbf8b2e1cf59e53892ec3a9a28e5b2cb7347a6ea /include
parent80ad642542d125ce91dafccebb246c4bce3f821f (diff)
downloadupstream-efc2f3290c4ce1b240e26b5f0f8f3ee87e3288b7.tar.gz
upstream-efc2f3290c4ce1b240e26b5f0f8f3ee87e3288b7.tar.bz2
upstream-efc2f3290c4ce1b240e26b5f0f8f3ee87e3288b7.zip
strip third arg (dir name) to Build/Configure/Default macro
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5261 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package.mk b/include/package.mk
index 01781c71c7..5636b0b6a1 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -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)" \