summaryrefslogtreecommitdiffstats
path: root/package/linux-atm/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-18 11:20:13 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-18 11:20:13 +0000
commitcf481791c00e9ad0a8636c91f6f040a58d76229c (patch)
tree5d667cba3163ea20cdfe560f946b41e4ae4c9825 /package/linux-atm/Makefile
parentebe873d4b8c606ccbb7c2e0393d1640ec2a9b829 (diff)
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 9d9aa6576..5b75e1955 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)