diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-11-04 16:35:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-11-04 16:35:53 +0000 |
commit | 96f4d277b060c0b05e094cb1d4cb71e3993dfafa (patch) | |
tree | 468ba9c109c5453f64ddcbec90fa92b575e8406b /package/linux-atm/Makefile | |
parent | b427da1a07d529861dc3c7990f3e0ab77af49a4e (diff) | |
download | upstream-96f4d277b060c0b05e094cb1d4cb71e3993dfafa.tar.gz upstream-96f4d277b060c0b05e094cb1d4cb71e3993dfafa.tar.bz2 upstream-96f4d277b060c0b05e094cb1d4cb71e3993dfafa.zip |
Add automake-1.4 host tool dependency to linux-atm (#910)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5447 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r-- | package/linux-atm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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. \ +)) |