fix typo
authorNicolas Thill <nico@openwrt.org>
Sat, 8 Oct 2005 13:58:00 +0000 (13:58 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 8 Oct 2005 13:58:00 +0000 (13:58 +0000)
SVN-Revision: 2073

openwrt/package/e2fsprogs/Makefile

index 1fcd3cbbb7316424eba3a6a93deed99116572617..6bb89078c501a4a5fae7647c783498cbe6e6d618 100644 (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" \