[Scummvm-cvs-logs] CVS: scummvm Makefile,1.102,1.103

Max Horn fingolfin at users.sourceforge.net
Fri Jun 24 08:28:27 CEST 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21338

Modified Files:
	Makefile 
Log Message:
Fix for bug #1226522 (do not add common to list of include paths, to avoid name clashes with system headers)

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- Makefile	20 Jun 2005 17:55:37 -0000	1.102
+++ Makefile	24 Jun 2005 15:26:06 -0000	1.103
@@ -8,7 +8,7 @@
 
 DEFINES     := -DHAVE_CONFIG_H
 LDFLAGS     :=
-INCLUDES    := -I. -I$(srcdir) -I$(srcdir)/common
+INCLUDES    := -I. -I$(srcdir)
 LIBS	    :=
 OBJS	    :=
 





More information about the Scummvm-git-logs mailing list