diff options
-rw-r--r-- | test/rpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rpc/Makefile b/test/rpc/Makefile index 6c8047598..8ea934800 100644 --- a/test/rpc/Makefile +++ b/test/rpc/Makefile @@ -1,7 +1,7 @@ # uClibc rpc tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. -TESTS := getrpcent getrpcent_r +TESTS := getrpcent ifeq ($(UCLIBC_HAS_REENTRANT_RPC),y) TESTS += getrpcent_r |