From: Felix Fietkau Date: Mon, 22 Nov 2010 21:56:15 +0000 (+0000) Subject: e2fsprogs: fix libuuid installation X-Git-Tag: v19.07.0-rc1~28952 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=233c6672a96f17aa29a19f5426936dd18f9070f2;p=openwrt%2Fstaging%2Fhauke.git 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