search for: abf5749

Displaying 1 result from an estimated 1 matches for "abf5749".

Did you mean: 8b2f5749
2014 Nov 21
1
[PATCH 1/2] libupload: fix parallel build issue
..." 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