Follow-up Comment #3, bug #66011 (group make):

If you need such a prerequisite and the prerequisite is missing, then the
makefile needs to have a rule to build such a prerequisite.
Depending on your situation this rule can be either a proper rule or dummy
rule like


nonexisting.h:;


In the end, your object files depends on nonexisting.h and nonexisting.h does
not exist and there is no rule to build nonexisting.h.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?66011>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to