From de7d1814e1b6243d9e865319607aaae2982fc884 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Tue, 4 Oct 2005 00:45:44 +0000 Subject: One more addition. --- libc/inet/rpc/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libc/inet/rpc') diff --git a/libc/inet/rpc/Makefile b/libc/inet/rpc/Makefile index a08cf89ea..72dba26c5 100644 --- a/libc/inet/rpc/Makefile +++ b/libc/inet/rpc/Makefile @@ -46,7 +46,13 @@ CSRC:=create_xid.c pmap_clnt.c pmap_getmaps.c pmap_getport.c \ rpc_thread.c rcmd.c rexec.c sa_len.c ruserpass.c rtime.c \ getrpcent.c endif + COBJS=$(patsubst %.c,%.o, $(CSRC)) + +ifeq ($(UCLIBC_HAS_THREADS),y) +CFLAGS += $(PTINC) +endif + OBJS=$(COBJS) OBJ_LIST=../../obj.inet.rpc -- cgit v1.2.3