projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eefe698
)
Add automake dependency (#1763)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 27 May 2007 18:13:22 +0000
(18:13 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 27 May 2007 18:13:22 +0000
(18:13 +0000)
SVN-Revision: 7354
utils/smartmontools/Makefile
patch
|
blob
|
history
diff --git
a/utils/smartmontools/Makefile
b/utils/smartmontools/Makefile
index f6cdf29a5eadf9cba3e451b553f9d8418763f1d2..e9b5b05d1144c3b748794176e245cf31b56bd2de 100644
(file)
--- 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. \
+))