From: Nicolas Thill Date: Tue, 23 Jan 2007 19:11:57 +0000 (+0000) Subject: touch some autoconf files to prevent autoheader invocation, since configure is modifi... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=5ac8a35c7740e5af9bd70b39eaf68100bc709b05 touch some autoconf files to prevent autoheader invocation, since configure is modified by one of the patches SVN-Revision: 6187 --- diff --git a/net/arpd/Makefile b/net/arpd/Makefile index 1fe6511098..234a7d4296 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -30,6 +30,10 @@ define Package/arpd endef define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + stamp-h.in \ + config.h.in \ + ); $(call Build/Configure/Default, \ --with-libdnet="$(STAGING_DIR)/usr" \ --with-libevent="$(STAGING_DIR)/usr" \