Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 16 dependency issues in Makefile #1537

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vemakereporter
Copy link

Hi, I've fixed 16 missing dependencies reported.
Those issues can cause incorrect results when grbl is incrementally built.
For example, any changes in "grbl/coolant_control.h" will not cause "build/settings.o" to be rebuilt, which is incorrect. The dependency issue in line 52 of Makefile causes the incorrect build results of 16 targets, including "build/settings.o", build/gcode.o", "build/system.o" and etc.
I've tested it on my computer, the fixed version worked as expected.
Looking forward to your confirmation.

Thanks
Vemake

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.

None yet

1 participant