help-make
[Top][All Lists]
Advanced

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

strangeness with implicit rules with order rules


From: Noel Yap
Subject: strangeness with implicit rules with order rules
Date: Sat, 17 Apr 2004 16:50:53 -0400
User-agent: Mozilla Thunderbird 0.5 (Windows/20040212)

Given the following makefile:

  foo/%: | foo/.

  .PHONY: all
  all:


the output of:

  gmake -npqr | grep 'foo/'


is:

  foo/%: foo/.


I was expecting it to be:

  foo/%: | foo/.


Is this a bug?

Thanks,
Noel




reply via email to

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