ソースを参照

Fix 'make clean' target

Eric Andersen 23 年 前
コミット
b99f984429
1 ファイル変更1 行追加1 行削除
  1. 1 1
      libc/sysdeps/linux/Makefile

+ 1 - 1
libc/sysdeps/linux/Makefile

@@ -24,7 +24,7 @@ TOPDIR=../../
 include $(TOPDIR)Rules.mak
 
 DIRS = common $(TARGET_ARCH)
-ALL_SUBDIRS = $(shell find * -type d -prune -name [a-z]\*)
+ALL_SUBDIRS = arm common i386 m68k powerpc sh sparc 
 
 all: libc.a