%% Noel Yap <[EMAIL PROTECTED]> writes:

  ny> This behaviour persists even if an order rule is used:

  ny> # GNUmakefile
  ny> -include foo.mk

  ny> .PHONY: all
  ny> all: | foo.mk
  ny>   @echo $(@)

  >> I have the following makefile:
  >> 
  >> -include foo.mk
  >> 
  >> .PHONY: all
  >> all: foo.mk
  >> @echo all
  >> 
  >> 
  >> Since there's no rule to create foo.mk, I'd expect the build to fail 
  >> since all is dependent on foo.mk, but it seems that the -include turns 
  >> off this error.  Is this a bug?

I've just committed changes which I believe fix these issues.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to