diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-11-12 18:43:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-11-12 18:43:54 +0000 |
commit | b6e15f180b11a9369a886409851d26f191a35492 (patch) | |
tree | 413b9a96205bc35d046553bb682d322cf8cff85c /package/linux-atm/Makefile | |
parent | e637a00d579bbb96fca5f8afcaa8ee59c6d73b25 (diff) | |
download | upstream-b6e15f180b11a9369a886409851d26f191a35492.tar.gz upstream-b6e15f180b11a9369a886409851d26f191a35492.tar.bz2 upstream-b6e15f180b11a9369a886409851d26f191a35492.zip |
Change automake-1.4 to automake (#952)
SVN-Revision: 5516
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r-- | package/linux-atm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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. \ )) |