[Mplayer-cvslog] CVS: main/TVout/fbset Makefile,1.2,1.3
    Arpi of Ize 
    arpi at mplayer.dev.hu
       
    Thu Dec  6 23:32:00 CET 2001
    
    
  
Update of /cvsroot/mplayer/main/TVout/fbset
In directory mplayer:/var/tmp.root/cvs-serv16063
Modified Files:
	Makefile 
Log Message:
recursive CC fixed
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/TVout/fbset/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	28 Jul 2001 05:36:44 -0000	1.2
+++ Makefile	6 Dec 2001 22:31:57 -0000	1.3
@@ -2,7 +2,7 @@
 # Linux Frame Buffer Device Configuration
 #
 
-CC =		$(CC) -Wall -O2 -I.
+CFLAGS =	-Wall -O2 -I.
 BISON =		bison -d
 FLEX =		flex
 INSTALL =	install
    
    
More information about the MPlayer-cvslog
mailing list