From: Felix Fietkau Date: Tue, 25 Dec 2007 02:32:11 +0000 (+0000) Subject: remove obsolete prereq checks X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=cf204cb881a71d5733f4d839061172d7a02995ac;hp=06884fa2d3d083c9c3e8a794c6b0fdb8dc27354d remove obsolete prereq checks SVN-Revision: 9910 --- diff --git a/sound/shell-fm/Makefile b/sound/shell-fm/Makefile index bc06a813f4..5819d693a9 100644 --- a/sound/shell-fm/Makefile +++ b/sound/shell-fm/Makefile @@ -59,9 +59,3 @@ define Package/shell-fm/install endef $(eval $(call BuildPackage,shell-fm)) - - -$(eval $(call RequireCommand,aclocal, \ - $(PKG_NAME) requires automake \ -)) - diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 5f3a07b38e..cc3ac6f0a5 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -60,7 +60,3 @@ define Package/smartmontools/install endef $(eval $(call BuildPackage,smartmontools)) - -$(eval $(call RequireCommand,automake-1.9, \ - $(PKG_NAME) requires automake 1.9 or compatible. \ -))