X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a4b5dcc8f23e78e68c9a3b4ef8e75c0e412a2fd9..e758f86a63f8f463b7a4224039ea83a51810b51f:/openwrt/package/mtr/Makefile diff --git a/openwrt/package/mtr/Makefile b/openwrt/package/mtr/Makefile index ade9df72f..f49f2ed86 100644 --- a/openwrt/package/mtr/Makefile +++ b/openwrt/package/mtr/Makefile @@ -17,7 +17,7 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,MTR,mtr,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared +$(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \ touch configure.in; \ touch aclocal.m4; \