[Scummvm-cvs-logs] CVS: scummvm Makefile,1.50,1.51 Makefile.mingw,1.21,1.22

Max Horn fingolfin at users.sourceforge.net
Fri Sep 19 13:47:16 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv13789

Modified Files:
	Makefile Makefile.mingw 
Log Message:
cleanup

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Makefile	18 Sep 2003 13:03:55 -0000	1.50
+++ Makefile	19 Sep 2003 20:45:35 -0000	1.51
@@ -3,12 +3,10 @@
 CXX     := c++
 AR      := ar cru
 RANLIB  := ranlib
-RM      := rm -f
 MKDIR   := mkdir -p
 ECHO    := echo -n
 CAT     := cat
 RM      := rm -f
-# recursive version of RM
 RM_REC  := $(RM) -r
 ZIP     := zip -q
 CP      := cp

Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile.mingw	18 Sep 2003 14:07:36 -0000	1.21
+++ Makefile.mingw	19 Sep 2003 20:45:35 -0000	1.22
@@ -9,12 +9,10 @@
 CXX      = c++
 AR        = ar cru
 RANLIB = ranlib
-RM      = rm -f
 MKDIR = mkdir -p
 ECHO  = echo -n
 CAT    = cat
 RM      = rm -f
-# recursive version of RM
 RM_REC = $(RM) -r
 ZIP = zip -q
 CP  = cp





More information about the Scummvm-git-logs mailing list