Displaying 1 result from an estimated 1 matches for "754c915".
Did you mean:
754915
2014 Nov 21
1
[PATCH 1/2] libupload: fix parallel build issue
...ot;rm -fr" is happend in
"lib" dir, let "libupload" depend "lib" will fix the problem.
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
com32/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/com32/Makefile b/com32/Makefile
index 754c915..abf5749 100644
--- a/com32/Makefile
+++ b/com32/Makefile
@@ -21,3 +21,4 @@ rosh: lib libutil
samples: libutil elflink/ldlinux
sysdump: lib libutil libupload gpllib
lua/src: cmenu modules
+libupload: lib
--
1.7.9.5