Explorar o código

Fix 'make clean' so it clean the rpc dir

Eric Andersen %!s(int64=24) %!d(string=hai) anos
pai
achega
8942115905
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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