diff options
Diffstat (limited to 'libc/inet/Makefile')
-rw-r--r-- | libc/inet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile index 67699506a..efc8cb621 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -24,7 +24,7 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak -ifeq ($(strip $(INCLUDE_RPC)),true) +ifeq ($(strip $(UCLIBC_HAS_RPC)),y) DIRS=rpc else DIRS= |