Add missing command dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5922 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-12-28 19:14:38 +00:00
parent 64230880e0
commit 43d6e159cd

View File

@ -48,6 +48,8 @@ endef
$(eval $(call BuildPackage,firmwarehotplug))
$(eval $(call RequireCommand,sdcc, \
$(PKG_NAME) requires sdcc. \
))
$(foreach command, sdcc sgml2html, \
$(eval $(call RequireCommand,$(command), \
$(PKG_NAME) requires $(command). \
)) \
)