From: Florian Fainelli Date: Thu, 28 Dec 2006 19:14:38 +0000 (+0000) Subject: Add missing command dependencies X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e368bde2cfef988785168ffdca5674d03947e566;p=openwrt%2Fsvn-archive%2Fpackages.git Add missing command dependencies SVN-Revision: 5922 --- diff --git a/utils/firmwarehotplug/Makefile b/utils/firmwarehotplug/Makefile index cf2ddee4f..08e17f6ac 100644 --- a/utils/firmwarehotplug/Makefile +++ b/utils/firmwarehotplug/Makefile @@ -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). \ + )) \ +)