Follow-up Comment #3, bug #102 (project make):

Just one example:

My makefile includes a dependency-file 'makefile.d' which is automatically
created by GCC:

makefile.d : $(SRCS)  
        $(CC) -mmcu=$(MCU) -E -MM -I. $(INCFIRST) -I$(INCDIR) $(INCLAST) $^ >
makefile.d

include makefile.d

If makefile.d does not exist, make issues an error, then executes the rule
and then includes it. All is well. So why the error?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=102>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to