Преглед на файлове

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