From: Florian Fainelli Date: Sun, 12 Nov 2006 18:43:54 +0000 (+0000) Subject: Change automake-1.4 to automake (#952) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b6e15f180b11a9369a886409851d26f191a35492;p=openwrt%2Fstaging%2Fyousong.git Change automake-1.4 to automake (#952) SVN-Revision: 5516 --- diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 3745c7c87e..ced3da69ef 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -87,6 +87,6 @@ endef $(eval $(call BuildPackage,linux-atm)) $(eval $(call BuildPackage,br2684ctl)) -$(eval $(call RequireCommand,automake-1.4, \ - $(PKG_NAME) requires automake-1.4. \ +$(eval $(call RequireCommand,automake, \ + $(PKG_NAME) requires automake. \ ))