diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-08 13:58:00 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-08 13:58:00 +0000 |
commit | 517d9f444f3a198676722fb669f5ae700e4ae1a7 (patch) | |
tree | 4b6f4531a92d88341e13b5d262112a1131218c46 /package | |
parent | 9c775ec24595c4179bf8077a3a5096edcd8ee3b7 (diff) | |
download | upstream-517d9f444f3a198676722fb669f5ae700e4ae1a7.tar.gz upstream-517d9f444f3a198676722fb669f5ae700e4ae1a7.tar.bz2 upstream-517d9f444f3a198676722fb669f5ae700e4ae1a7.zip |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2073 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/e2fsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile index 1fcd3cbbb7..6bb89078c5 100644 --- a/package/e2fsprogs/Makefile +++ b/package/e2fsprogs/Makefile @@ -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" \ |