Add missing command dependencies
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Dec 2006 19:14:38 +0000 (19:14 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Dec 2006 19:14:38 +0000 (19:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5922 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/firmwarehotplug/Makefile

index cf2ddee..08e17f6 100644 (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). \
+  )) \
+)