diff options
-rw-r--r-- | sunrpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 99e5c3ccf8..9e805fbb00 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -233,6 +233,7 @@ $(objpfx)thrsvc: $(common-objpfx)linkobj/libc.so $(shared-thread-library) ifeq ($(run-built-tests),yes) $(rpcgen-tests): $(objpfx)%.out: %.x $(objpfx)rpcgen + -rm -f $@ $(built-program-cmd) -c $< -o $@; \ $(evaluate-test) endif |