[packages] libiconv: fix r25849
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Mar 2011 14:33:52 +0000 (14:33 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Mar 2011 14:33:52 +0000 (14:33 +0000)
SVN-Revision: 25851

libs/libiconv/Makefile

index 49a45fbdb71046c310a488876789af9dd2846b30..1842ae2553673b83074ce630392ba1da0df18791 100644 (file)
@@ -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))