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:
authorJackson Harper <jackson@novell.com>2004-06-11 23:24:55 +0400
committerJackson Harper <jackson@novell.com>2004-06-11 23:24:55 +0400
commit1bf318303cebb1cd5f127c69240e28b6d8afc7c6 (patch)
treef7e9dd27f065f7732fe8d52f583ae1436a81376e /runtime
parent8e6b2dcf6322cedd88d066fa68628f6c9a5567ab (diff)
fix
svn path=/trunk/mono/; revision=29379
Diffstat (limited to 'runtime')
-rw-r--r--runtime/net_1_1/Makefile.am2
-rw-r--r--runtime/net_2_0/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/net_1_1/Makefile.am b/runtime/net_1_1/Makefile.am
index 0036c753484..6fc2cbe0092 100644
--- a/runtime/net_1_1/Makefile.am
+++ b/runtime/net_1_1/Makefile.am
@@ -72,7 +72,7 @@ EXTRA_DIST = $(gac_assemblies) $(corlib_DATA)
MAINTAINERCLEANFILES = $(EXTRA_DIST)
mscorlib.dll $(gac_assemblies):
- cd $(srcdir) && $(LN_S) ../../../mcs/class/lib/default/$@ $@ ; \
+ cd $(srcdir) && $(LN_S) ../../../mcs/class/lib/default/$@ $@
all-local: $(gac_assemblies)
diff --git a/runtime/net_2_0/Makefile.am b/runtime/net_2_0/Makefile.am
index f7605214c19..f1d5694cede 100644
--- a/runtime/net_2_0/Makefile.am
+++ b/runtime/net_2_0/Makefile.am
@@ -78,7 +78,7 @@ EXTRA_DIST = $(gac_assemblies) $(corlib_DATA)
MAINTAINERCLEANFILES = $(EXTRA_DIST)
mscorlib.dll $(gac_assemblies):
- cd $(srcdir) && $(LN_S) ../../../mcs/class/lib/net_2_0/$@ $@ ; \
+ cd $(srcdir) && $(LN_S) ../../../mcs/class/lib/net_2_0/$@ $@
all-local: $(gac_assemblies)