mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 15:47:11 +02:00
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2073 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0c6666fe2a
commit
d68d583f28
@ -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 New Issue
Block a user