Explorar el Código

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

Eric Andersen hace 22 años
padre
commit
c4ca78247f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 *~