From d68d583f2825ae808db4fd8d0bb3aee454b1f552 Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 8 Oct 2005 13:58:00 +0000 Subject: fix typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2073 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/e2fsprogs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package') 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" \ -- cgit v1.2.3