From: florian Date: Thu, 28 Dec 2006 19:14:38 +0000 (+0000) Subject: Add missing command dependencies X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=43d6e159cdab8bd55946f28417fad30f4e0dc2a1;p=packages.git Add missing command dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@5922 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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). \ + )) \ +)