From c4ca78247f6dba9b614de8c673cdf90299fe84cb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 21 Aug 2003 07:56:36 +0000 Subject: Be sure to remove the old ldso.h, since it will screw things up badly if still present... --- ldso/ldso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso') diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 5b5ae90ca..ae65886e8 100644 --- a/ldso/ldso/Makefile +++ b/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 *~ -- cgit v1.2.3