From ee3e05faee5de8dd77ef372be8388abb2c6d360e Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 26 Sep 2007 16:20:41 +0000 Subject: [PATCH] moved readline to libreadline to represent the package name correctly git-svn-id: svn://svn.openwrt.org/openwrt/packages@9037 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/{readline => libreadline}/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename libs/{readline => libreadline}/Makefile (97%) diff --git a/libs/readline/Makefile b/libs/libreadline/Makefile similarity index 97% rename from libs/readline/Makefile rename to libs/libreadline/Makefile index d61f36068..c86114162 100644 --- a/libs/readline/Makefile +++ b/libs/libreadline/Makefile @@ -4,7 +4,7 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ +# $Id: Makefile 5624 2006-11-23 00:29:07Z nbd $ include $(TOPDIR)/rules.mk