mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-19 17:10:29 +00:00
fix typo
SVN-Revision: 2073
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user