You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build doesn't currently track header files as dependencies for targets, meaning that it's possible to produce a broken build by changing a constant/macro in a header file. We should use gcc -MM or makedepend (or whatever) to declare header dependencies.
The text was updated successfully, but these errors were encountered:
The build doesn't currently track header files as dependencies for targets, meaning that it's possible to produce a broken build by changing a constant/macro in a header file. We should use
gcc -MM
ormakedepend
(or whatever) to declare header dependencies.The text was updated successfully, but these errors were encountered: