diff options
| -rw-r--r-- | meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch b/meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch index 67777695d5..6f64dd5b3e 100644 --- a/meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch +++ b/meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch | |||
| @@ -7,9 +7,9 @@ Jason Wessel <jason.wessel@windriver.com> | |||
| 7 | Upstream-Status: Submitted http://sourceforge.net/p/unfs3/bugs/5/ | 7 | Upstream-Status: Submitted http://sourceforge.net/p/unfs3/bugs/5/ |
| 8 | 8 | ||
| 9 | --- | 9 | --- |
| 10 | Config/Makefile.in | 2 ++ | 10 | Config/Makefile.in | 3 +++ |
| 11 | Makefile.in | 3 ++- | 11 | Makefile.in | 3 ++- |
| 12 | 2 files changed, 4 insertions(+), 1 deletion(-) | 12 | 2 files changed, 5 insertions(+), 1 deletion(-) |
| 13 | 13 | ||
| 14 | --- a/Makefile.in | 14 | --- a/Makefile.in |
| 15 | +++ b/Makefile.in | 15 | +++ b/Makefile.in |
| @@ -25,10 +25,11 @@ Upstream-Status: Submitted http://sourceforge.net/p/unfs3/bugs/5/ | |||
| 25 | $(CC) -o $@ $(OBJS) $(CONFOBJ) $(EXTRAOBJ) $(LDFLAGS) | 25 | $(CC) -o $@ $(OBJS) $(CONFOBJ) $(EXTRAOBJ) $(LDFLAGS) |
| 26 | --- a/Config/Makefile.in | 26 | --- a/Config/Makefile.in |
| 27 | +++ b/Config/Makefile.in | 27 | +++ b/Config/Makefile.in |
| 28 | @@ -16,6 +16,8 @@ lib.a: $(OBJS) | 28 | @@ -16,6 +16,9 @@ lib.a: $(OBJS) |
| 29 | $(AR) crs lib.a $(OBJS) | 29 | $(AR) crs lib.a $(OBJS) |
| 30 | 30 | ||
| 31 | y.tab.h y.tab.c: $(srcdir)/exports.y | 31 | y.tab.h y.tab.c: $(srcdir)/exports.y |
| 32 | +y.tab.h: y.tab.c | ||
| 32 | + | 33 | + |
| 33 | +y.tab.c: $(srcdir)/exports.y | 34 | +y.tab.c: $(srcdir)/exports.y |
| 34 | $(YACC) -d $(srcdir)/exports.y | 35 | $(YACC) -d $(srcdir)/exports.y |
