From e2cd74f281352a381bca4bc51d899975ab1b370b Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 3 Mar 2011 14:33:52 +0000 Subject: [PATCH] [packages] libiconv: fix r25849 git-svn-id: svn://svn.openwrt.org/openwrt/packages@25851 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libiconv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libiconv/Makefile b/libs/libiconv/Makefile index 49a45fbdb..1842ae255 100644 --- a/libs/libiconv/Makefile +++ b/libs/libiconv/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2011 OpenWrt.org # # This Makefile and the code shipped in src/ is free software, licensed # under the GNU Lesser General Public License, version 2.1 and later. @@ -72,7 +72,7 @@ define Host/Install $(INSTALL_DATA) ./src/include/iconv.h $(STAGING_DIR_HOST)/include/ $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal - $(INSTALL_DATA) $(HOST_BUILD_DIR)/m4/* $(STAGING_DIR_HOST)/share/aclocal/ + $(INSTALL_DATA) ./src/m4/* $(STAGING_DIR_HOST)/share/aclocal/ endef $(eval $(call HostBuild))