[Scummvm-cvs-logs] CVS: scummvm Makefile,1.28,1.29

Max Horn fingolfin at users.sourceforge.net
Wed Feb 26 03:25:09 CET 2003


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

Modified Files:
	Makefile 
Log Message:
cleanup

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile	7 Feb 2003 19:26:03 -0000	1.28
+++ Makefile	26 Feb 2003 11:24:44 -0000	1.29
@@ -1,17 +1,17 @@
 # $Header$
 
-CXX      = c++
-AR        = ar cru
-RANLIB = ranlib
-RM      = rm -f
-MKDIR = mkdir -p
-ECHO  = echo -n
-CAT    = cat
-RM      = rm -f
+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
+RM_REC  := $(RM) -r
+ZIP     := zip -q
+CP      := cp
 
 #######################################################################
 # Default compilation parameters. Normally don't edit these           #





More information about the Scummvm-git-logs mailing list