Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Maurer <benm@mono-cvs.ximian.com>2003-09-01 07:58:26 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2003-09-01 07:58:26 +0400
commit3cc854f6d41c134a9c9b70f39023331ffb6ef9b3 (patch)
treee31d9e8b25b9fdb4d37fa5f61fdef55bc318e6c2 /mcs/class/System.XML/Makefile
parent52ff034448f51dc5f2924365ab23f85718e1d4ec (diff)
autogen jay
svn path=/trunk/mcs/; revision=17785
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index f1942c87185..79745b1104e 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -25,6 +25,9 @@ EXTRA_DISTFILES = \
Test/XmlFiles/xsl/ChangeLog \
Test/XmlFiles/ChangeLog
-CLEAN_FILES = Test/XmlFiles/xsl/result.xml
+System.Xml.XPath/Parser.cs: System.Xml.XPath/Parser.jay $(topdir)/jay/skeleton.cs
+ $(topdir)/jay/jay -ct < $(topdir)/jay/skeleton.cs $< >$@
+
+CLEAN_FILES = Test/XmlFiles/xsl/result.xml System.Xml.XPath/Parser.cs
include ../../build/library.make