.INTERMEDIATE does not work correctly: The following makefile is run with: root> make my.all Why the file, my.gch is created (it is not removed!) while it is an intermediate file?
.INTERMEDIATE: my.gch %.all: %.gch @echo hhhhhhhhhh %.gch: @echo kkkkkkkk @touch $@ _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make