Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29447
Modified Files:
ChangeLog
Log Message:
Qualify antlr-generated sources with $(srcdir) to prevent touch from creating the files in the builddir.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1302
retrieving revision 1.1303
diff -C2 -d -r1.1302 -r1.1303
*** ChangeLog 9 Aug 2006 03:07:38 -0000 1.1302
--- ChangeLog 10 Aug 2006 06:32:11 -0000 1.1303
***************
*** 1,2 ****
--- 1,8 ----
+ 2006-08-10 Braden McDaniel <br...@en...>
+
+ * src/libopenvrml/Makefile.am: Qualify antlr-generated sources
+ with $(srcdir) to prevent touch from creating the files in the
+ builddir.
+
2006-08-08 Braden McDaniel <br...@en...>
|