[packages] libiconv: fix r25849

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25851 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-03-03 14:33:52 +00:00
parent 0f5e5da201
commit e2cd74f281

View 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))