X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fgettext%2FMakefile;h=12a3bfc60009916bb95623c1ad87b3e9eb770f15;hp=d43dc619f447245dad0fa228ab525641cc16c321;hb=cb839d275f796b1fbfeb25edbdc049d31f5efd99;hpb=8f36c0a7e6a762fd067a30a5b2fd68307e5e9615 diff --git a/libs/gettext/Makefile b/libs/gettext/Makefile index d43dc619f4..12a3bfc600 100644 --- a/libs/gettext/Makefile +++ b/libs/gettext/Makefile @@ -30,8 +30,8 @@ define Build/Compile endef define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/include - $(INSTALL_DATA) $(PKG_BUILD_DIR)/include/libintl.h $(1)/usr/include/ + $(INSTALL_DIR) $(1)/usr/lib/libintl-stub/include + $(INSTALL_DATA) $(PKG_BUILD_DIR)/include/libintl.h $(1)/usr/lib/libintl-stub/include/ $(INSTALL_DIR) $(1)/usr/share/aclocal $(INSTALL_DATA) $(PKG_BUILD_DIR)/m4/* $(1)/usr/share/aclocal/