fix libast build: s/libtol/libtool/
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Sep 2008 20:28:31 +0000 (20:28 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Sep 2008 20:28:31 +0000 (20:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12575 3c298f89-4303-0410-b956-a3cf2f4a3e73

XOrg/lib/libast/Makefile

index 00ec391..c4f166a 100644 (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