diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-12 18:43:54 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-12 18:43:54 +0000 |
commit | aae58acf1885539d54041968cd109e55bc4814d1 (patch) | |
tree | 9e87d963b2a9c893dc5af6f11a68dd94fa83e079 /package | |
parent | 3b6c388d0259994a0de64af5fa4817639c8818e2 (diff) |
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')
-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 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. \ )) |