From: Peep P. <so...@us...> - 2004-06-07 15:35:03
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6605 Modified Files: Makefile.am Log Message: Added -v to default AM_YFLAGS. Index: Makefile.am =================================================================== RCS file: /cvsroot/agd/server/src/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.am 21 Mar 2004 16:37:06 -0000 1.9 +++ Makefile.am 7 Jun 2004 15:34:54 -0000 1.10 @@ -4,7 +4,7 @@ ## AM_CPPFLAGS = -I. ## -I$(srcdir)/dfun -AM_YFLAGS = -d +AM_YFLAGS = -dv ##AUTOMAKE_OPTIONS = subdir-objects EXTRA_DIST = dfparse.h lang.h |