Follow-up Comment #1, bug #63510 (project make):

Here is a test case

++++
$ ls hello
hello
$ cat makefile2 
.PHONY: hello
hello:; touch $@
$ make -f makefile2 --trace
makefile2:2: update target 'hello' due to: target does not exist
touch hello
----


    _______________________________________________________

Reply to this item at:

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

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


Reply via email to