The built sources generated by rpcgen needs to be specified on the
left-hand side of the make rule so that make knows that they are the
target of the rpcgen recipe. Otherwise, when building from a clean
source tree make complains:
make[2]: *** No rule to make target `sosapi_svc.c', needed by `all'. Stop.
The built sources generated by rpcgen needs to be specified on the left-hand side of the make rule so that
make
knows that they are the target of the rpcgen recipe. Otherwise, when building from a clean source treemake
complains: