[Scummvm-cvs-logs] CVS: tools Makefile,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Sat Nov 30 18:03:01 CET 2002


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

Modified Files:
	Makefile 
Log Message:
fixed stupid typo

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/tools/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	29 Nov 2002 15:09:53 -0000	1.6
+++ Makefile	1 Dec 2002 02:02:02 -0000	1.7
@@ -1,6 +1,6 @@
 SRC=.
 
-CC      _= gcc
+CC      := gcc
 CXX     := g++
 CFLAGS  := -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar
 LDFLAGS :=





More information about the Scummvm-git-logs mailing list