fix typo
SVN-Revision: 2073
This commit is contained in:
parent
fe7b34efdb
commit
3dd1807dd8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ include $(TOPDIR)/package/rules.mk
|
|||
$(eval $(call PKG_template,E2FSPROGS,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
(cd $(PKG_BUILD_DIR); rm -rf config.#cache,status}; \
|
||||
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
||||
|
|
Loading…
Reference in a new issue