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:
-rw-r--r--mcs/class/System.Configuration.Install/Test/ChangeLog4
-rw-r--r--mcs/class/System.Configuration.Install/Test/makefile.gnu2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/System.Configuration.Install/Test/ChangeLog b/mcs/class/System.Configuration.Install/Test/ChangeLog
index f9eddda7add..01556b000a0 100644
--- a/mcs/class/System.Configuration.Install/Test/ChangeLog
+++ b/mcs/class/System.Configuration.Install/Test/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-29 Nick Drochak <ndrochak@gol.com>
+
+ * makefile.gnu: change 8 spaces to tabs
+
2003-03-12 Martin Willemoes Hansen <mwh@sysrq.dk>
* Removed AllTests.cs, System.Configuration.Install/AllTests.cs
System.Configuration.Install/ChangeLog
diff --git a/mcs/class/System.Configuration.Install/Test/makefile.gnu b/mcs/class/System.Configuration.Install/Test/makefile.gnu
index ae8a346ec0a..fb4566ef72a 100644
--- a/mcs/class/System.Configuration.Install/Test/makefile.gnu
+++ b/mcs/class/System.Configuration.Install/Test/makefile.gnu
@@ -24,4 +24,4 @@ test: $(LIBRARY) run_test
.PHONY: run_test
run_test:
- -MONO_PATH=$(MONO_PATH) mono --debug $(NUNITCONSOLE) $(LIBRARY)
+ -MONO_PATH=$(MONO_PATH) mono --debug $(NUNITCONSOLE) $(LIBRARY)