Commit 2872a8e
Fix version.h generation
Currently the build fails when parallelised with:
make[1]: *** No rule to make target 'version.h', needed by 'util.o'. Stop.
Fix the name of the Makefile dependency to fix the build error.
Fixes: #91
Closes: #92
Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org>1 parent ad320a1 commit 2872a8e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments