From: Florian Fainelli Date: Sat, 4 Nov 2006 16:35:53 +0000 (+0000) Subject: Add automake-1.4 host tool dependency to linux-atm (#910) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bbf8e1ffcec5e9da8eec4253cd9d0a1733bfd3aa;p=openwrt%2Fstaging%2Fmkresin.git Add automake-1.4 host tool dependency to linux-atm (#910) SVN-Revision: 5447 --- diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 24a914a71c..3745c7c87e 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -86,3 +86,7 @@ endef $(eval $(call BuildPackage,linux-atm)) $(eval $(call BuildPackage,br2684ctl)) + +$(eval $(call RequireCommand,automake-1.4, \ + $(PKG_NAME) requires automake-1.4. \ +))