summaryrefslogtreecommitdiff
path: root/tools/e2fsprogs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-22 21:56:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-22 21:56:15 +0000
commit233c6672a96f17aa29a19f5426936dd18f9070f2 (patch)
treed2c02d6d46db7f6daa842f30775856231fb316db /tools/e2fsprogs
parentfce0634c9ce042a7bff074c115790529ff7f13df (diff)
downloadmtk-20170518-233c6672a96f17aa29a19f5426936dd18f9070f2.zip
mtk-20170518-233c6672a96f17aa29a19f5426936dd18f9070f2.tar.gz
mtk-20170518-233c6672a96f17aa29a19f5426936dd18f9070f2.tar.bz2
e2fsprogs: fix libuuid installation
SVN-Revision: 24106
Diffstat (limited to 'tools/e2fsprogs')
-rw-r--r--tools/e2fsprogs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index e13160b..7afd60d 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