On Wed, 2015-09-23 at 12:15 -0500, John Westing wrote: > So when an include make file gets modified make restarts the original > make file?
Correct. > For efficiency I don't want to always create the dependencies, that's > why I did it this way. I don't understand what you mean by this... for efficiency (of which, if you use the advanced method, you gain almost none) you're willing to have outdated dependency information and thus incorrect builds? That doesn't seem like a winning trade-off to me :). > Is there anyway to disable remaking? No. There could be some workaround available to keep make from remaking, but you'll need to describe to us what you really want to happen, in detail. When should these .d files get updated? _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make