From: Felix Fietkau Date: Mon, 22 Nov 2010 21:56:15 +0000 (+0000) Subject: e2fsprogs: fix libuuid installation X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b125a0fe51f34a5e0db63f9b21d1a7622255590f;ds=sidebyside e2fsprogs: fix libuuid installation SVN-Revision: 24106 --- 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