From 43d6e159cdab8bd55946f28417fad30f4e0dc2a1 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 28 Dec 2006 19:14:38 +0000 Subject: [PATCH] Add missing command dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@5922 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/firmwarehotplug/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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). \ + )) \ +) -- 2.11.0