[uClibc-cvs] uClibc/ldso/ldso Makefile,1.41,1.42

Erik Andersen andersen at uclibc.org
Thu Aug 21 07:56:42 UTC 2003


Update of /var/cvs/uClibc/ldso/ldso
In directory winder:/tmp/cvs-serv27060

Modified Files:
	Makefile 
Log Message:
Be sure to remove the old ldso.h, since it will screw things
up badly if still present...


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/Makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Makefile	19 Aug 2003 06:05:31 -0000	1.41
+++ Makefile	21 Aug 2003 07:56:36 -0000	1.42
@@ -86,5 +86,5 @@
 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 *~
 




More information about the uClibc-cvs mailing list