浏览代码

Be sure to remove the old ldso.h, since it will screw things
up badly if still present...

Eric Andersen 22 年之前
父节点
当前提交
c4ca78247f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ldso/ldso/Makefile

+ 1 - 1
ldso/ldso/Makefile

@@ -86,5 +86,5 @@ $(AOBJS): %.o : %.S
 ldso.o: ldso.c hash.c readelflib1.c $(TARGET_ARCH)/elfinterp.c _dl_progname.h
 
 clean::
-	$(RM) -f $(UCLIBC_LDSO)* $(OBJS) $(LDSO_FULLNAME)* core *.o *.a *.s *.i _dl_progname.h *~
+	$(RM) -f $(UCLIBC_LDSO)* $(OBJS) $(LDSO_FULLNAME)* core *.o *.a *.s *.i _dl_progname.h ldso.h *~