aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux-atm/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-06-18 11:20:13 +0000
committerNicolas Thill <nico@openwrt.org>2006-06-18 11:20:13 +0000
commitc221c6130c1b38800fad4e9552a3c815b337fa55 (patch)
tree5d667cba3163ea20cdfe560f946b41e4ae4c9825 /package/linux-atm/Makefile
parent32886c28afa3e5f416964d2ac35f767ef1adcbca (diff)
downloadupstream-c221c6130c1b38800fad4e9552a3c815b337fa55.tar.gz
upstream-c221c6130c1b38800fad4e9552a3c815b337fa55.tar.bz2
upstream-c221c6130c1b38800fad4e9552a3c815b337fa55.zip
prevent autoheader invocation, clean autotools patch.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3978 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r--package/linux-atm/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 9d9aa6576b..5b75e19552 100644
--- a/package/linux-atm/Makefile
+++ b/package/linux-atm/Makefile
@@ -31,6 +31,12 @@ define Package/br2684ctl
DESCRIPTION:=ATM RFC2684 bridging utility
endef
+define Build/Configure
+ $(call Build/Configure/Default,)
+ # prevent autoheader invocation
+ touch $(PKG_BUILD_DIR)/stamp-h.in
+endef
+
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)