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 | b9283772b0c9575bd30550f07d9ed5468d229138 (patch) | |
tree | 9e87d963b2a9c893dc5af6f11a68dd94fa83e079 /package/linux-atm | |
parent | da0ff7133f4fee0e1adc69e8a35979b9319032c8 (diff) | |
download | upstream-b9283772b0c9575bd30550f07d9ed5468d229138.tar.gz upstream-b9283772b0c9575bd30550f07d9ed5468d229138.tar.bz2 upstream-b9283772b0c9575bd30550f07d9ed5468d229138.zip |
Change automake-1.4 to automake (#952)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5516 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm')
-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. \ )) |