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

There is this difference in behavior between the 2 makefiles.
In the cause of

.PHONY: b
a b&:; touch a b

b is phony and a is not phony.

In the case of

.PHONY: force
b: force
a b&:; touch a b

Both a and b depend on force.

Do you think make should behave the same in both cases?

    _______________________________________________________

Reply to this item at:

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

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


Reply via email to