Browse Source

Fix 'make clean' so it clean the rpc dir

Eric Andersen 23 năm trước cách đây
mục cha
commit
8942115905
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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