diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-21 07:56:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-21 07:56:36 +0000 |
commit | c4ca78247f6dba9b614de8c673cdf90299fe84cb (patch) | |
tree | ad8059f7d3d6181a53206b544b3e907e12464d5e | |
parent | 684b0739f74c1e530260f656c1bd712a17a4a551 (diff) |
Be sure to remove the old ldso.h, since it will screw things
up badly if still present...
-rw-r--r-- | ldso/ldso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 *~ |