bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #102] Make prints an incorrect error for missing includes


From: anonymous
Subject: [bug #102] Make prints an incorrect error for missing includes
Date: Thu, 6 Apr 2006 17:50:31 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]