ovis-hpc / sos

sos pre-release stable.
https://github.com/ovis-hpc/sos/wiki
Other
4 stars 7 forks source link

Fix build issue from a clean tree #53

Closed narategithub closed 2 years ago

narategithub commented 2 years ago

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.