Follow-up Comment #2, bug #28983 (project make):

Correction: the semicolon at the end of the work-around lines should be
removed because it assigned an empty set of actions to the artificial target. 
GNU make will complain if another rule assigns any actions to the same
target,

.PHONY: foo.o ;

.PHONY: bar.o ;

makefile:XXX: warning: overriding commands for target `.PHONY'


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?28983>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to