touch some autoconf files to prevent autoheader invocation, since configure is modified by one of the patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6187 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-01-23 19:11:57 +00:00
parent 4d878e0bbe
commit 288237f2e7

View File

@ -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" \