diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-11 16:19:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-11 16:19:37 +0000 |
commit | 8942115905989a3a4f51a2ae9c642021c511df00 (patch) | |
tree | 456724667f95cba5e33455f4e3420a8d63c3ac95 | |
parent | 7094f622f10acf2487b30fd863740f832fadffe7 (diff) |
Fix 'make clean' so it clean the rpc dir
-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 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 |