Fix configure script path when not at the root of $(PKG_BUILD_DIR), thanks Daniel Dickinson (#5255)

SVN-Revision: 16656
This commit is contained in:
Florian Fainelli 2009-07-02 13:08:08 +00:00
parent ba841b79d4
commit d413a9639e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ CONFIGURE_VARS = \
LDFLAGS="$(TARGET_LDFLAGS) $(EXTRA_LDFLAGS)" \
CONFIGURE_PATH = .
CONFIGURE_CMD = $(CONFIGURE_PATH)/configure
CONFIGURE_CMD = ./configure
replace_script=$(FIND) $(1) -name $(2) | $(XARGS) chmod u+w; $(FIND) $(1) -name $(2) | $(XARGS) -n1 cp $(SCRIPT_DIR)/$(2);