[System.Data] Clean up temporary file when done generating the parser.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Fri, 23 Sep 2011 11:32:08 +0000 (13:32 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Fri, 7 Oct 2011 07:38:32 +0000 (09:38 +0200)
mcs/class/System.Data/Makefile

index c433babfb008f24d424136e36b58e4280f134e09..05e53c92b0c136cda0018b0072960bb7d10a9d94 100644 (file)
@@ -64,6 +64,7 @@ BUILT_SOURCES = Mono.Data.SqlExpressions/Parser.cs
 
 Mono.Data.SqlExpressions/Parser.cs: Mono.Data.SqlExpressions/Parser.jay $(topdir)/jay/skeleton.cs
        $(topdir)/jay/jay -vct < $(topdir)/jay/skeleton.cs $(CURDIR)/$< >$@
+       rm -f y.output
 
 include ../../build/library.make