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:
authorMarek Safar <marek.safar@gmail.com>2011-01-20 15:09:49 +0300
committerMarek Safar <marek.safar@gmail.com>2011-01-20 15:09:49 +0300
commit743508b1f0685e082d2d38ddaa87243a48a728ce (patch)
tree75a289b4ab5b554c9507c89a2255a617004dd779 /mcs/class/Mono.CSharp/Makefile
parentd382b36521a55079421e6d2e8ad514b4f80ad161 (diff)
Remove unused ?mcs files
Diffstat (limited to 'mcs/class/Mono.CSharp/Makefile')
-rw-r--r--mcs/class/Mono.CSharp/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/mcs/class/Mono.CSharp/Makefile b/mcs/class/Mono.CSharp/Makefile
index 40c2bcf7c6b..5075de60853 100644
--- a/mcs/class/Mono.CSharp/Makefile
+++ b/mcs/class/Mono.CSharp/Makefile
@@ -6,10 +6,5 @@ LIBRARY = Mono.CSharp.dll
LIB_MCS_FLAGS = -r:System.Core.dll -r:System.Xml -r:System
-Mono.CSharp.dll.sources: ../../mcs/gmcs.exe.sources Makefile
- cat ../../mcs/gmcs.exe.sources | grep -v AssemblyInfo.cs | sed -e 's,^,../../mcs/,' -e 's,mcs/../,,' > Mono.CSharp.dll.sources
- echo "../../mcs/cs-parser.cs" >> Mono.CSharp.dll.sources
- echo "Assembly/AssemblyInfo.cs" >> Mono.CSharp.dll.sources
-
include ../../build/library.make