From: Felix Fietkau Date: Mon, 22 Nov 2010 21:56:15 +0000 (+0000) Subject: e2fsprogs: fix libuuid installation X-Git-Tag: v12.09~5824 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=8fdb4f5787c0b07d8825c5c0c31266072e323f5e;p=openwrt-github%2F.git e2fsprogs: fix libuuid installation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24106 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index e13160b2f3..7afd60d4bc 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -29,6 +29,7 @@ CONFIGURE_ARGS += \ define Host/Install $(Host/Install/Default) + $(MAKE) -C $(HOST_BUILD_DIR)/lib/uuid install $(INSTALL_DATA) $(HOST_BUILD_DIR)/lib/uuid/libuuid.a $(STAGING_DIR_HOST)/lib/ endef