From: florian Date: Sun, 27 May 2007 18:13:22 +0000 (+0000) Subject: Add automake dependency (#1763) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=9abaf6ac0eb5d49689c6e8c2268a65e5109d3232;p=packages.git Add automake dependency (#1763) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7354 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index f6cdf29a5..e9b5b05d1 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -58,3 +58,7 @@ define Package/smartmontools/install endef $(eval $(call BuildPackage,smartmontools)) + +$(eval $(call RequireCommand,automake, \ + $(PKG_NAME) requires automake. \ +))