Skip to content

Makefile: wait for versionfile before actually building#92

Closed
Henry-ZHR wants to merge 1 commit intolinux-msm:masterfrom
Henry-ZHR:master
Closed

Makefile: wait for versionfile before actually building#92
Henry-ZHR wants to merge 1 commit intolinux-msm:masterfrom
Henry-ZHR:master

Conversation

@Henry-ZHR
Copy link
Contributor

Fix #91

obbardc added a commit to obbardc/qdl that referenced this pull request Feb 4, 2025
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: linux-msm#91
Closes: linux-msm#92
Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org>
@obbardc
Copy link
Contributor

obbardc commented Feb 4, 2025

I propose an alternative fix as #93

@Henry-ZHR Henry-ZHR closed this Feb 5, 2025
andersson pushed a commit that referenced this pull request Feb 7, 2025
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

make: *** No rule to make target 'version.h', needed by 'util.o'

2 participants