From 24b6b64b92e9f0f75273de4713fcdc7c8d0531c3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 3 Mar 2011 14:33:52 +0000 Subject: [PATCH] [packages] libiconv: fix r25849 SVN-Revision: 25851 --- libs/libiconv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libiconv/Makefile b/libs/libiconv/Makefile index 49a45fbdb7..1842ae2553 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)) -- 2.30.2