I am not sure why in one case I am not able to make a target at all
target: ../../common/p1.c
$(CC) -o p1 $<But some how the make command that gets generated is cc -o p1 the dependency is not working at all. Is there any way to forcefully do so _______________________________________________ bug-gdb mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gdb
