瀏覽代碼

Fix make clean rule.

Joakim Tjernlund 20 年之前
父節點
當前提交
d965f80088
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ldso/Makefile

+ 2 - 2
ldso/Makefile

@@ -51,5 +51,5 @@ headers: include/dl-progname.h
 clean:
 	set -e ; for d in $(ALL_SUBDIRS) ; do $(MAKE) -C $$d $@ ; done
 	-find . -name '*~' | xargs $(RM)
-	$(RM) include/elf.h include/boot1_arch.h include/ld_syscalls.h \
-		include/ld_sysdep.h include/dl-progname.h
+	$(RM) include/elf.h include/dl-startup.h include/dl-syscalls.h \
+		include/dl-sysdep.h include/dl-progname.h