summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-08 13:58:00 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-08 13:58:00 +0000
commitd68d583f2825ae808db4fd8d0bb3aee454b1f552 (patch)
treef7d69e2f455f6547cd13b928b79ef97baffe0d25 /openwrt/package
parent0c6666fe2aa82e92afbdec7ec80edd95e2b8a813 (diff)
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2073 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/e2fsprogs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/e2fsprogs/Makefile b/openwrt/package/e2fsprogs/Makefile
index 1fcd3cbbb..6bb89078c 100644
--- a/openwrt/package/e2fsprogs/Makefile
+++ b/openwrt/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" \