projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce0634
)
e2fsprogs: fix libuuid installation
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 22 Nov 2010 21:56:15 +0000
(21:56 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 22 Nov 2010 21:56:15 +0000
(21:56 +0000)
SVN-Revision: 24106
tools/e2fsprogs/Makefile
patch
|
blob
|
history
diff --git
a/tools/e2fsprogs/Makefile
b/tools/e2fsprogs/Makefile
index e13160b2f30f45875988fb0dfef6b3b81aa20f83..7afd60d4bcae3d0b133b8c6485003f922c3bb897 100644
(file)
--- 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