Follow-up Comment #1, bug #28983 (project make):
The work-around, as I see it in one build system, is to add an extra dummy
target,
=================================
ALWAYS-BUILD: ;
file.o: ALWAYS-BUILD
=================================
Same with the explicit noisy target,
=================================
.PHONY: ALWAYS-BUILD ;
file.o: ALWAYS-BUILD
=================================
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?28983>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make