fix libast build: s/libtol/libtool/

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12575 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2008-09-12 20:28:31 +00:00
parent a60a8820e2
commit cec2f97cbc

View File

@ -1,10 +1,11 @@
#
# Copyright (C) 2006 OpenWrt.org
#
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# blogic@openwrt.org
# $Id$
include $(TOPDIR)/rules.mk
@ -15,7 +16,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.eterm.org/download/
PKG_MD5SUM:=a9ec3b2da317f35869316e6d9571d296
PKG_FIXUP:=libtol
PKG_FIXUP:=libtool
include $(INCLUDE_DIR)/package.mk