From 58d1e902bc4159032e2d111829933a89962bcb6c Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 27 May 2007 18:13:22 +0000 Subject: [PATCH] Add automake dependency (#1763) SVN-Revision: 7354 --- utils/smartmontools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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. \ +)) -- 2.30.2