git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2073 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2005-10-08 13:58:00 +00:00
parent 9c775ec245
commit 517d9f444f
1 changed files with 1 additions and 1 deletions

View File

@ -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" \