From 8942115905989a3a4f51a2ae9c642021c511df00 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 11 May 2001 16:19:37 +0000 Subject: Fix 'make clean' so it clean the rpc dir --- libc/inet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/Makefile') diff --git a/libc/inet/Makefile b/libc/inet/Makefile index a22dc4cc7..fe5134558 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -29,7 +29,7 @@ ifeq ($(strip $(INCLUDE_RPC)),true) else DIRS= endif -ALL_SUBDIRS = $(shell find * -type d -prune -name [a-z]\*) +ALL_SUBDIRS = rpc MSRC=addr.c MOBJ=inet_aton.o inet_addr.o inet_ntoa.o -- cgit v1.2.3