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:
authorMiguel de Icaza <miguel@gnome.org>2014-04-15 23:54:01 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-04-16 20:09:19 +0400
commit816c9eb1930784af55f2a072abb5d93cee3f68b7 (patch)
tree53d2e86e551bb2fd02064e029b6a33179d2f0c8a /mcs/class/System.Web.Http.WebHost
parent10f6606d5bcbb6a7b663c5b38a4ab46d51491bc6 (diff)
Remove empty space from assembly name
Diffstat (limited to 'mcs/class/System.Web.Http.WebHost')
-rw-r--r--mcs/class/System.Web.Http.WebHost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Web.Http.WebHost/Makefile b/mcs/class/System.Web.Http.WebHost/Makefile
index 0a898cfa44b..3a8b6337118 100644
--- a/mcs/class/System.Web.Http.WebHost/Makefile
+++ b/mcs/class/System.Web.Http.WebHost/Makefile
@@ -1,4 +1,4 @@
-thisdir = class/System.Web.Http.WebHost
+thisdir = class/System.Web.Http.WebHost
SUBDIRS =
include ../../build/rules.make