I have changed Makefile of a project and now when I make it, it returns:-
ERROR: "make[2]: *** No rule to make target ../libvmi/driver/.deps/xen.Po. Stop. "
How does Makefile create .Po
files and how can I disable creating it for a certain file like ../libvmi/driver/.deps/xen.c
?