浏览代码

Fix 'make clean' so it clean the rpc dir

Eric Andersen 23 年之前
父节点
当前提交
8942115905
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/inet/Makefile

+ 1 - 1
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