Hi, Below, besides the specified target (bla), the output of make also outputs the name of the makefile (M) ... AS IF THE MAKEFILE IS A TARGET.
Can anybody explain this to me? Thank you. Henri @@ make --version | head -1 GNU Make 3.82 @@ cat M M bla: null ; @echo $@ #%: null ; @echo $@ null: ; @@ make -f M bla M bla @@ ===== _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make