Browse Source

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

Eric Andersen 22 years ago
parent
commit
c4ca78247f
1 changed files with 1 additions and 1 deletions
  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 *~