From: florian Date: Sun, 12 Nov 2006 18:43:54 +0000 (+0000) Subject: Change automake-1.4 to automake (#952) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=aae58acf1885539d54041968cd109e55bc4814d1 Change automake-1.4 to automake (#952) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5516 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 3745c7c87..ced3da69e 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. \ ))