diff options
Diffstat (limited to '325/index.md')
-rw-r--r-- | 325/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/325/index.md b/325/index.md new file mode 100644 index 0000000..bb1e25a --- /dev/null +++ b/325/index.md @@ -0,0 +1,8 @@ +Title: Fix build error for missing commit.h +Author: rodarima +Created: Tue, 17 Dec 2024 09:27:29 +0000 +State: closed + +Add the target commit.h as a dependency of version.o, so it gets +generated before being included in version.cc, otherwise when doing a +parallel build it can fail. |