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:
authorRaja R Harinath <harinath@hurrynot.org>2004-06-09 12:23:01 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-09 12:23:01 +0400
commit5f397c78779a143daf0c0529872ab4ba6a4caa55 (patch)
tree5ea479b5f4edc359ee568a7beaa45fb3b4cc1779 /mcs/class/System.Data/Makefile
parent8b7ae3326c6f21a4a8adf6d01a1b133baac994a6 (diff)
Remove stray space.
svn path=/trunk/mcs/; revision=29094
Diffstat (limited to 'mcs/class/System.Data/Makefile')
-rw-r--r--mcs/class/System.Data/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data/Makefile b/mcs/class/System.Data/Makefile
index 060d651366c..56dc3f32ccc 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -33,7 +33,7 @@ EXTRA_DISTFILES = \
Mono.Data.SqlExpressions/Parser.cs: Mono.Data.SqlExpressions/Parser.jay $(topdir)/jay/skeleton.cs
$(topdir)/jay/jay -ct < $(topdir)/jay/skeleton.cs $< >$@
-
+
CLEAN_FILES = Mono.Data.SqlExpressions/Parser.cs
include ../../build/library.make