The difference is that -include won’t generate an error if the include file doesn’t exist.
The - prefix can be used many places in the Makefile to perform actions that you don’t mind if they fail.
The difference is that -include won’t generate an error if the include file doesn’t exist.
The - prefix can be used many places in the Makefile to perform actions that you don’t mind if they fail.