Reputation: 5758
I'm working on historic projects developed with MPLAB X IDE v6.05, there are a lot of Makefiles and at the top of many of the files there is a comment:
#
# Generated Makefile - do not edit!
I'm trying to figure out what it is that generates these Makefiles because I need to change the content.
Upvotes: 1
Views: 113
Reputation: 1
It's hard to say who's doing it in one sentence. But I once encountered such a sentence in make files created by older versions of ECLIPSE
Upvotes: 0