+# $Id$
+
include $(TOPDIR)/rules.mk
PKG_NAME:=mtr
$(eval $(call PKG_template,MTR,mtr,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
- (cd $(PKG_BUILD_DIR); \
+ (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
+ touch configure.in; \
+ touch aclocal.m4; \
+ touch Makefile.in; \
+ touch img/Makefile.in; \
+ touch stamp-h.in; \
+ touch config.h.in; \
+ touch configure; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \