From: <so...@us...> - 2004-03-12 16:32:35
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20675/src Modified Files: Makefile.am Makefile.in Log Message: Changed CFLAGS back to -ansi. Index: Makefile.am =================================================================== RCS file: /cvsroot/agd/server/src/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 12 Mar 2004 16:04:03 -0000 1.3 --- Makefile.am 12 Mar 2004 16:12:58 -0000 1.4 *************** *** 1,5 **** ## Process this file with automake to produce Makefile.in ! AM_CFLAGS = -ansi -pedantic ## AM_CPPFLAGS = -I. --- 1,5 ---- ## Process this file with automake to produce Makefile.in ! AM_CFLAGS = -ansi ## AM_CPPFLAGS = -I. Index: Makefile.in =================================================================== RCS file: /cvsroot/agd/server/src/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.in 12 Mar 2004 16:05:05 -0000 1.4 --- Makefile.in 12 Mar 2004 16:12:58 -0000 1.5 *************** *** 112,116 **** target_alias = @target_alias@ ! AM_CFLAGS = -ansi -pedantic AM_YFLAGS = -dv --- 112,116 ---- target_alias = @target_alias@ ! AM_CFLAGS = -ansi AM_YFLAGS = -dv |