aboutsummaryrefslogtreecommitdiffstats
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
commit8fdb4f5787c0b07d8825c5c0c31266072e323f5e (patch)
treeca3cb16fd0bbc4fd2786430c078bc04d0a47f82a /tools/e2fsprogs
parentea42f23b8a66f87a7edda664dd62888973ea0c3e (diff)
downloadmaster-187ad058-8fdb4f5787c0b07d8825c5c0c31266072e323f5e.tar.gz
master-187ad058-8fdb4f5787c0b07d8825c5c0c31266072e323f5e.tar.bz2
master-187ad058-8fdb4f5787c0b07d8825c5c0c31266072e323f5e.zip
e2fsprogs: fix libuuid installation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24106 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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