[uClibc-cvs] uClibc/ldso/util Makefile,1.35,1.36

Erik Andersen andersen at uclibc.org
Sat Oct 18 10:21:10 UTC 2003


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

Modified Files:
	Makefile 
Log Message:
Peter Kjellerstedt writes:

rm.patch:
* Define $(RM) as rm -f in Rules.mak and test/Rules.mak
  (this is the same definition as gmake uses by default).
* Change all occurrences of rm and rm -f into $(RM).



Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/ldso/util/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile	12 Oct 2003 08:49:34 -0000	1.35
+++ Makefile	18 Oct 2003 10:18:38 -0000	1.36
@@ -95,6 +95,6 @@
 	$(STRIPTOOL) -x -R .note -R .comment $@
 
 clean:
-	rm -f $(TARGETS) *.o *~ core *.target elf.h
+	$(RM) $(TARGETS) *.o *~ core *.target elf.h
 
 readelf.c readsoname.c ldconfig.c ldd.c:	headers




More information about the uClibc-cvs mailing list