projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b8a0d4
)
Add automake-1.4 host tool dependency to linux-atm (#910)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 4 Nov 2006 16:35:53 +0000
(16:35 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 4 Nov 2006 16:35:53 +0000
(16:35 +0000)
SVN-Revision: 5447
package/linux-atm/Makefile
patch
|
blob
|
history
diff --git
a/package/linux-atm/Makefile
b/package/linux-atm/Makefile
index 24a914a71c227e49554e35396ca8b4c9c3886189..3745c7c87e63c34158d8500f17b856954882e962 100644
(file)
--- 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. \
+))