From: Tony v. d. H. <to...@us...> - 2005-12-31 12:06:51
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/Tools/DefMod2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9935/!OsLib/Tools/DefMod2 Modified Files: GNUmakefile Log Message: Changes to facilitate GCCSDK autobuilder support. (20051231-1 John Tytgat) Index: GNUmakefile =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Tools/DefMod2/GNUmakefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GNUmakefile 3 May 2004 15:03:31 -0000 1.2 --- GNUmakefile 31 Dec 2005 12:06:31 -0000 1.3 *************** *** 4,19 **** #------------------------------------------------------------------------ - - #------------------------------------------------------------------------ - # tools - CC = gcc - CFLAGS = -Wall -funsigned-char - LD = gcc - LDFLAGS = - YACC = bison - YFLAGS = - CP = cp -f - - #------------------------------------------------------------------------ #targets .PHONY: all clean --- 4,7 ---- |